#CEB686

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

Shades of Tan #CEB686

Tints of Tan #CEB686

Color information

#CEB686 (or 0xCEB686) is unknown color: approx Tan. HEX triplet: CE, B6 and 86. RGB value is (206,182,134). Sum of RGB (Red+Green+Blue) = 206+182+134=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB686 is #314979. Grayscale: #B7B7B7. Windows color (decimal): -3230074 or 8828622. OLE color: 8828622.

HSL color Cylindrical-coordinate representation of color #CEB686: hue angle of 40º 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 #CEB686 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206182134-
CMYK00.120.350.19
HSL40º42.35%66.67%-
HSV(B)40º34.95%80.78%-
XYZ46.4848.329.43-
YUV183.799.95143.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 134 (52.73% from 255) = 25.67%
R=39.46%
G=34.87%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618213400.120.350.194042.3566.67
HexCEB6860C2313282a43
Octal31626620601443235052103
Binary11001110101101101000011001100100011100111010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB686; }

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

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

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

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

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

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

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

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