#CEB68A

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

Shades of Tan #CEB68A

Tints of Tan #CEB68A

Color information

#CEB68A (or 0xCEB68A) is unknown color: approx Tan. HEX triplet: CE, B6 and 8A. RGB value is (206,182,138). Sum of RGB (Red+Green+Blue) = 206+182+138=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB68A is #314975. Grayscale: #B8B8B8. Windows color (decimal): -3230070 or 9090766. OLE color: 9090766.

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

Color convert

RGB206182138-
CMYK00.120.330.19
HSL38.82º40.96%67.45%-
HSV(B)38.82º33.01%80.78%-
XYZ46.7748.4130.92-
YUV184.16101.95143.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=39.16%
G=34.60%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618213800.120.330.1938.8240.9667.45
HexCEB68A0C2113272943
Octal31626621201441234751103
Binary11001110101101101000101001100100001100111001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB68A; }

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

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

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

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

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

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

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

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