#CEB386

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

Shades of Tan #CEB386

Tints of Tan #CEB386

Color information

#CEB386 (or 0xCEB386) is unknown color: approx Tan. HEX triplet: CE, B3 and 86. RGB value is (206,179,134). Sum of RGB (Red+Green+Blue) = 206+179+134=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB386 is #314C79. Grayscale: #B6B6B6. Windows color (decimal): -3230842 or 8827854. OLE color: 8827854.

HSL color Cylindrical-coordinate representation of color #CEB386: hue angle of 37.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEB386 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206179134-
CMYK00.130.350.19
HSL37.5º42.35%66.67%-
HSV(B)37.5º34.95%80.78%-
XYZ45.8847.0829.22-
YUV181.94100.95145.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=39.69%
G=34.49%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617913400.130.350.1937.542.3566.67
HexCEB3860D2313262a43
Octal31626320601543234652103
Binary11001110101100111000011001101100011100111001101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB386; }

 p { color: rgb(206,179,134); }

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

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

 a { background-color: rgb(206,179,134); }

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

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

 span { border-color: rgb(206,179,134); }

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