#CBB66D

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

Shades of Putty #CBB66D

Tints of Putty #CBB66D

Color information

#CBB66D (or 0xCBB66D) is unknown color: approx Putty. HEX triplet: CB, B6 and 6D. RGB value is (203,182,109). Sum of RGB (Red+Green+Blue) = 203+182+109=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB66D is #344992. Grayscale: #B4B4B4. Windows color (decimal): -3426707 or 7190219. OLE color: 7190219.

HSL color Cylindrical-coordinate representation of color #CBB66D: hue angle of 46.6º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBB66D is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203182109-
CMYK00.100.460.20
HSL46.6º47.47%61.18%-
HSV(B)46.6º46.31%79.61%-
XYZ44.1247.2621.26-
YUV179.9687.96144.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=41.09%
G=36.84%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318210900.100.460.2046.647.4761.18
HexCBB66D0A2E142f2f3d
Octal3132661550125624575775
Binary110010111011011011011010101010111010100101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB66D; }

 p { color: rgb(203,182,109); }

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

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

 a { background-color: rgb(203,182,109); }

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

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

 span { border-color: rgb(203,182,109); }

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