#C6A260

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

Shades of Laser #C6A260

Tints of Laser #C6A260

Color information

#C6A260 (or 0xC6A260) is unknown color: approx Laser. HEX triplet: C6, A2 and 60. RGB value is (198,162,96). Sum of RGB (Red+Green+Blue) = 198+162+96=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A260 is #395D9F. Grayscale: #A5A5A5. Windows color (decimal): -3759520 or 6333126. OLE color: 6333126.

HSL color Cylindrical-coordinate representation of color #C6A260: hue angle of 38.82º 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 #C6A260 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19816296-
CMYK00.180.520.22
HSL38.82º47.22%57.65%-
HSV(B)38.82º51.52%77.65%-
XYZ38.3238.6916.51-
YUV165.2488.93151.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.42%
GREEN value IS 162 (63.67% from 255) = 35.53%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=43.42%
G=35.53%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981629600.180.520.2238.8247.2257.65
HexC6A2600123416272f3a
Octal3062421400226426475772
Binary1100011010100010110000001001011010010110100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A260; }

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

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

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

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

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

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

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

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