#CEB7A6

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

Shades of Grain Brown #CEB7A6

Tints of Grain Brown #CEB7A6

Color information

#CEB7A6 (or 0xCEB7A6) is unknown color: approx Grain Brown. HEX triplet: CE, B7 and A6. RGB value is (206,183,166). Sum of RGB (Red+Green+Blue) = 206+183+166=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB7A6 is #314859. Grayscale: #BCBCBC. Windows color (decimal): -3229786 or 10926030. OLE color: 10926030.

HSL color Cylindrical-coordinate representation of color #CEB7A6: hue angle of 25.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEB7A6 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB206183166-
CMYK00.110.190.19
HSL25.5º28.99%72.94%-
HSV(B)25.5º19.42%80.78%-
XYZ49.2749.7443.08-
YUV187.94115.62140.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 183 (71.88% from 255) = 32.97%
BLUE value IS 166 (65.23% from 255) = 29.91%
R=37.12%
G=32.97%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618316600.110.190.1925.528.9972.94
HexCEB7A60B13131a1d49
Octal31626724601323233235111
Binary11001110101101111010011001011100111001111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7A6; }

 p { color: rgb(206,183,166); }

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

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

 a { background-color: rgb(206,183,166); }

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

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

 span { border-color: rgb(206,183,166); }

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