#C6AB69

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

Shades of Putty #C6AB69

Tints of Putty #C6AB69

Color information

#C6AB69 (or 0xC6AB69) is unknown color: approx Putty. HEX triplet: C6, AB and 69. RGB value is (198,171,105). Sum of RGB (Red+Green+Blue) = 198+171+105=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AB69 is #395496. Grayscale: #ABABAB. Windows color (decimal): -3757207 or 6925254. OLE color: 6925254.

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

Color convert

RGB198171105-
CMYK00.140.470.22
HSL42.58º44.93%59.41%-
HSV(B)42.58º46.97%77.65%-
XYZ40.442.1519.37-
YUV171.5590.45146.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=41.77%
G=36.08%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817110500.140.470.2242.5844.9359.41
HexC6AB690E2F162b2d3b
Octal3062531510165726535573
Binary110001101010101111010010111010111110110101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AB69; }

 p { color: rgb(198,171,105); }

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

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

 a { background-color: rgb(198,171,105); }

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

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

 span { border-color: rgb(198,171,105); }

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