#CBB68B

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

Shades of Tan #CBB68B

Tints of Tan #CBB68B

Color information

#CBB68B (or 0xCBB68B) is unknown color: approx Tan. HEX triplet: CB, B6 and 8B. RGB value is (203,182,139). Sum of RGB (Red+Green+Blue) = 203+182+139=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB68B is #344974. Grayscale: #B7B7B7. Windows color (decimal): -3426677 or 9156299. OLE color: 9156299.

HSL color Cylindrical-coordinate representation of color #CBB68B: hue angle of 40.31º 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 #CBB68B is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB203182139-
CMYK00.100.320.20
HSL40.31º38.1%67.06%-
HSV(B)40.31º31.53%79.61%-
XYZ46.0248.0231.27-
YUV183.38102.96142-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=38.74%
G=34.73%
B=26.53%

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
Decimal20318213900.100.320.2040.3138.167.06
HexCBB68B0A2014282643
Octal31326621301240245046103
Binary11001011101101101000101101010100000101001010001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB68B; }

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

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

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

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

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

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

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

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