#CBB68E

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

Shades of Tan #CBB68E

Tints of Tan #CBB68E

Color information

#CBB68E (or 0xCBB68E) is unknown color: approx Tan. HEX triplet: CB, B6 and 8E. RGB value is (203,182,142). Sum of RGB (Red+Green+Blue) = 203+182+142=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB68E is #344971. Grayscale: #B7B7B7. Windows color (decimal): -3426674 or 9352907. OLE color: 9352907.

HSL color Cylindrical-coordinate representation of color #CBB68E: hue angle of 39.34º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB68E is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203182142-
CMYK00.100.300.20
HSL39.34º36.97%67.65%-
HSV(B)39.34º30.05%79.61%-
XYZ46.2448.1132.44-
YUV183.72104.46141.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=38.52%
G=34.54%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318214200.100.300.2039.3436.9767.65
HexCBB68E0A1E14272544
Octal31326621601236244745104
Binary1100101110110110100011100101011110101001001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB68E; }

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

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

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

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

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

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

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

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