#C6B470

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

Shades of Putty #C6B470

Tints of Putty #C6B470

Color information

#C6B470 (or 0xC6B470) is unknown color: approx Putty. HEX triplet: C6, B4 and 70. RGB value is (198,180,112). Sum of RGB (Red+Green+Blue) = 198+180+112=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B470 is #394B8F. Grayscale: #B1B1B1. Windows color (decimal): -3754896 or 7386310. OLE color: 7386310.

HSL color Cylindrical-coordinate representation of color #C6B470: hue angle of 47.44º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6B470 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198180112-
CMYK00.090.430.22
HSL47.44º43%60.78%-
HSV(B)47.44º43.43%77.65%-
XYZ42.5345.8221.93-
YUV177.6390.96142.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 112 (44.14% from 255) = 22.86%
R=40.41%
G=36.73%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818011200.090.430.2247.444360.78
HexC6B470092B162f2b3d
Octal3062641600115326575375
Binary110001101011010011100000100110101110110101111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B470; }

 p { color: rgb(198,180,112); }

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

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

 a { background-color: rgb(198,180,112); }

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

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

 span { border-color: rgb(198,180,112); }

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