#C6AC6B

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

Shades of Putty #C6AC6B

Tints of Putty #C6AC6B

Color information

#C6AC6B (or 0xC6AC6B) is unknown color: approx Putty. HEX triplet: C6, AC and 6B. RGB value is (198,172,107). Sum of RGB (Red+Green+Blue) = 198+172+107=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AC6B is #395394. Grayscale: #ACACAC. Windows color (decimal): -3756949 or 7056582. OLE color: 7056582.

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

Color convert

RGB198172107-
CMYK00.130.460.22
HSL42.86º44.39%59.8%-
HSV(B)42.86º45.96%77.65%-
XYZ40.742.5719.98-
YUV172.3691.11146.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=41.51%
G=36.06%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817210700.130.460.2242.8644.3959.8
HexC6AC6B0D2E162b2c3c
Octal3062541530155626535474
Binary110001101010110011010110110110111010110101011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC6B; }

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

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

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

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

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

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

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

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