#CEB691

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

Shades of Tan #CEB691

Tints of Tan #CEB691

Color information

#CEB691 (or 0xCEB691) is unknown color: approx Tan. HEX triplet: CE, B6 and 91. RGB value is (206,182,145). Sum of RGB (Red+Green+Blue) = 206+182+145=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB691 is #31496E. Grayscale: #B9B9B9. Windows color (decimal): -3230063 or 9549518. OLE color: 9549518.

HSL color Cylindrical-coordinate representation of color #CEB691: hue angle of 36.39º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEB691 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206182145-
CMYK00.120.300.19
HSL36.39º38.36%68.82%-
HSV(B)36.39º29.61%80.78%-
XYZ47.2948.6233.68-
YUV184.96105.45143.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 145 (57.03% from 255) = 27.20%
R=38.65%
G=34.15%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618214500.120.300.1936.3938.3668.82
HexCEB6910C1E13242645
Octal31626622101436234446105
Binary1100111010110110100100010110011110100111001001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB691; }

 p { color: rgb(206,182,145); }

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

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

 a { background-color: rgb(206,182,145); }

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

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

 span { border-color: rgb(206,182,145); }

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