#CBB66F

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

Shades of Putty #CBB66F

Tints of Putty #CBB66F

Color information

#CBB66F (or 0xCBB66F) is unknown color: approx Putty. HEX triplet: CB, B6 and 6F. RGB value is (203,182,111). Sum of RGB (Red+Green+Blue) = 203+182+111=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB66F is #344990. Grayscale: #B4B4B4. Windows color (decimal): -3426705 or 7321291. OLE color: 7321291.

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

Color convert

RGB203182111-
CMYK00.100.450.20
HSL46.3º46.94%61.57%-
HSV(B)46.3º45.32%79.61%-
XYZ44.2347.321.84-
YUV180.1888.96144.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=40.93%
G=36.69%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318211100.100.450.2046.346.9461.57
HexCBB66F0A2D142e2f3e
Octal3132661570125524565776
Binary110010111011011011011110101010110110100101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB66F; }

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

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

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

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

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

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

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

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