#C6AF68

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

Shades of Laser #C6AF68

Tints of Laser #C6AF68

Color information

#C6AF68 (or 0xC6AF68) is unknown color: approx Laser. HEX triplet: C6, AF and 68. RGB value is (198,175,104). Sum of RGB (Red+Green+Blue) = 198+175+104=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF68 is #395097. Grayscale: #AEAEAE. Windows color (decimal): -3756184 or 6860742. OLE color: 6860742.

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

Color convert

RGB198175104-
CMYK00.120.470.22
HSL45.32º45.19%59.22%-
HSV(B)45.32º47.47%77.65%-
XYZ41.1243.6719.36-
YUV173.7888.62145.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=41.51%
G=36.69%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817510400.120.470.2245.3245.1959.22
HexC6AF680C2F162d2d3b
Octal3062571500145726555573
Binary110001101010111111010000110010111110110101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF68; }

 p { color: rgb(198,175,104); }

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

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

 a { background-color: rgb(198,175,104); }

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

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

 span { border-color: rgb(198,175,104); }

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