#C6A76B

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

Shades of Putty #C6A76B

Tints of Putty #C6A76B

Color information

#C6A76B (or 0xC6A76B) is unknown color: approx Putty. HEX triplet: C6, A7 and 6B. RGB value is (198,167,107). Sum of RGB (Red+Green+Blue) = 198+167+107=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A76B is #395894. Grayscale: #A9A9A9. Windows color (decimal): -3758229 or 7055302. OLE color: 7055302.

HSL color Cylindrical-coordinate representation of color #C6A76B: hue angle of 39.56º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6A76B is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB198167107-
CMYK00.160.460.22
HSL39.56º44.39%59.8%-
HSV(B)39.56º45.96%77.65%-
XYZ39.7640.719.67-
YUV169.4392.77148.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 107 (42.19% from 255) = 22.67%
R=41.95%
G=35.38%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816710700.160.460.2239.5644.3959.8
HexC6A76B0102E16282c3c
Octal3062471530205626505474
Binary1100011010100111110101101000010111010110101000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A76B; }

 p { color: rgb(198,167,107); }

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

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

 a { background-color: rgb(198,167,107); }

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

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

 span { border-color: rgb(198,167,107); }

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