#CEB68D

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

Shades of Tan #CEB68D

Tints of Tan #CEB68D

Color information

#CEB68D (or 0xCEB68D) is unknown color: approx Tan. HEX triplet: CE, B6 and 8D. RGB value is (206,182,141). Sum of RGB (Red+Green+Blue) = 206+182+141=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB68D is #314972. Grayscale: #B8B8B8. Windows color (decimal): -3230067 or 9287374. OLE color: 9287374.

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

Color convert

RGB206182141-
CMYK00.120.320.19
HSL37.85º39.88%68.04%-
HSV(B)37.85º31.55%80.78%-
XYZ46.9948.532.08-
YUV184.5103.45143.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=38.94%
G=34.40%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618214100.120.320.1937.8539.8868.04
HexCEB68D0C2013262844
Octal31626621501440234650104
Binary11001110101101101000110101100100000100111001101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB68D; }

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

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

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

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

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

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

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

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