#CBB68A

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

Shades of Tan #CBB68A

Tints of Tan #CBB68A

Color information

#CBB68A (or 0xCBB68A) is unknown color: approx Tan. HEX triplet: CB, B6 and 8A. RGB value is (203,182,138). Sum of RGB (Red+Green+Blue) = 203+182+138=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB68A is #344975. Grayscale: #B7B7B7. Windows color (decimal): -3426678 or 9090763. OLE color: 9090763.

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

Color convert

RGB203182138-
CMYK00.100.320.20
HSL40.62º38.46%66.86%-
HSV(B)40.62º32.02%79.61%-
XYZ45.9447.9930.89-
YUV183.26102.46142.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=38.81%
G=34.80%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318213800.100.320.2040.6238.4666.86
HexCBB68A0A2014292643
Octal31326621201240245146103
Binary11001011101101101000101001010100000101001010011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB68A; }

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

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

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

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

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

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

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

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