#CEB6A0

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

Shades of Grain Brown #CEB6A0

Tints of Grain Brown #CEB6A0

Color information

#CEB6A0 (or 0xCEB6A0) is unknown color: approx Grain Brown. HEX triplet: CE, B6 and A0. RGB value is (206,182,160). Sum of RGB (Red+Green+Blue) = 206+182+160=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6A0 is #31495F. Grayscale: #BABABA. Windows color (decimal): -3230048 or 10532558. OLE color: 10532558.

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

Color convert

RGB206182160-
CMYK00.120.220.19
HSL28.7º31.94%71.76%-
HSV(B)28.7º22.33%80.78%-
XYZ48.5349.1240.18-
YUV186.67112.95141.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=37.59%
G=33.21%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618216000.120.220.1928.731.9471.76
HexCEB6A00C16131d2048
Octal31626624001426233540110
Binary110011101011011010100000011001011010011111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6A0; }

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

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

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

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

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

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

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

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