#C6B076

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

Shades of Putty #C6B076

Tints of Putty #C6B076

Color information

#C6B076 (or 0xC6B076) is unknown color: approx Putty. HEX triplet: C6, B0 and 76. RGB value is (198,176,118). Sum of RGB (Red+Green+Blue) = 198+176+118=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B076 is #394F89. Grayscale: #B0B0B0. Windows color (decimal): -3755914 or 7778502. OLE color: 7778502.

HSL color Cylindrical-coordinate representation of color #C6B076: hue angle of 43.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6B076 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198176118-
CMYK00.110.400.22
HSL43.5º41.24%61.96%-
HSV(B)43.5º40.4%77.65%-
XYZ42.0844.3623.48-
YUV175.9795.29143.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=40.24%
G=35.77%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817611800.110.400.2243.541.2461.96
HexC6B0760B28162c293e
Octal3062601660135026545176
Binary110001101011000011101100101110100010110101100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B076; }

 p { color: rgb(198,176,118); }

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

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

 a { background-color: rgb(198,176,118); }

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

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

 span { border-color: rgb(198,176,118); }

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