#C6A160

Color #C6A160 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #C6A160

Tints of Laser #C6A160

Color information

#C6A160 (or 0xC6A160) is unknown color: approx Laser. HEX triplet: C6, A1 and 60. RGB value is (198,161,96). Sum of RGB (Red+Green+Blue) = 198+161+96=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A160 is #395E9F. Grayscale: #A4A4A4. Windows color (decimal): -3759776 or 6332870. OLE color: 6332870.

HSL color Cylindrical-coordinate representation of color #C6A160: hue angle of 38.24º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6A160 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19816196-
CMYK00.190.520.22
HSL38.24º47.22%57.65%-
HSV(B)38.24º51.52%77.65%-
XYZ38.1438.3416.46-
YUV164.6589.26151.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 96 (37.89% from 255) = 21.10%
R=43.52%
G=35.38%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981619600.190.520.2238.2447.2257.65
HexC6A1600133416262f3a
Octal3062411400236426465772
Binary1100011010100001110000001001111010010110100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A160; }

 p { color: rgb(198,161,96); }

 H1.HeaderClassName
 {
   color: #C6A160;
 }
 .AnyTagClassName
 {
   color: #C6A160;
 }
</style>
background-color css

<style>
 a { background-color: #C6A160; }

 a { background-color: rgb(198,161,96); }

 div.DivClassName
 {
   background-color: #C6A160;
 }
 .BgClassName
 {
   background-color: #C6A160;
 }
</style>
border-color css

<style>
 span { border-color: #C6A160; }

 span { border-color: rgb(198,161,96); }

 td.TdClassName
 {
   border-color: #C6A160;
 }
 .TagClassName
 {
   border-color: #C6A160;
 }
</style>