#CEB685

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

Shades of Tan #CEB685

Tints of Tan #CEB685

Color information

#CEB685 (or 0xCEB685) is unknown color: approx Tan. HEX triplet: CE, B6 and 85. RGB value is (206,182,133). Sum of RGB (Red+Green+Blue) = 206+182+133=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB685 is #31497A. Grayscale: #B7B7B7. Windows color (decimal): -3230075 or 8763086. OLE color: 8763086.

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

Color convert

RGB206182133-
CMYK00.120.350.19
HSL40.27º42.69%66.47%-
HSV(B)40.27º35.44%80.78%-
XYZ46.4248.2729.06-
YUV183.5999.45143.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=39.54%
G=34.93%
B=25.53%

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
Decimal20618213300.120.350.1940.2742.6966.47
HexCEB6850C2313282b42
Octal31626620501443235053102
Binary11001110101101101000010101100100011100111010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB685; }

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

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

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

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

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

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

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

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