#CBB671

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

Shades of Putty #CBB671

Tints of Putty #CBB671

Color information

#CBB671 (or 0xCBB671) is unknown color: approx Putty. HEX triplet: CB, B6 and 71. RGB value is (203,182,113). Sum of RGB (Red+Green+Blue) = 203+182+113=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB671 is #34498E. Grayscale: #B4B4B4. Windows color (decimal): -3426703 or 7452363. OLE color: 7452363.

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

Color convert

RGB203182113-
CMYK00.100.440.20
HSL46º46.39%61.96%-
HSV(B)46º44.33%79.61%-
XYZ44.3447.3422.42-
YUV180.4189.96144.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=40.76%
G=36.55%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318211300.100.440.204646.3961.96
HexCBB6710A2C142e2e3e
Octal3132661610125424565676
Binary110010111011011011100010101010110010100101110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB671; }

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

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

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

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

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

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

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

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