Html Css Color HEX #CEB6A1 Grain Brown

📋 copy color: '#CEB6A1'

red 206 ◦ green 182 ◦ blue 161

#CEB6A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #CEB6A1

Tints of Grain Brown #CEB6A1

RGB

 RED value IS 206 (80.86% from 255) = 37.52%

 GREEN value IS 182 (71.48% from 255) = 33.15%

 BLUE value IS 161 (63.28% from 255) = 29.33%

R = 37.52%
G = 33.15%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CEB6A1 (or 0xCEB6A1) is known color: Grain Brown. HEX triplet: CE, B6 and A1. RGB value is (206,182,161). Sum of RGB (Red+Green+Blue) = 206+182+161=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6A1 is #31495E. Grayscale: #BABABA. Windows color (decimal): -3230047 or 10598094. OLE color: 10598094.

HSL color Cylindrical-coordinate representation of color #CEB6A1: hue angle of 28º degrees, saturation: 0.31, 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 #CEB6A1 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 161 -
CMYK 0 0.12 0.22 0.19
HSL 28º 0.31% 0.72% -
HSV(B) 28º 0.22% 0.81% -
XYZ 48.61 49.15 40.64 -
YUV 186.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 206 182 161 0 0.12 0.22 0.19 28 0.31 0.72
Hex CE B6 A1 0 C 16 13 1C 1F 48
Octal 316 266 241 0 14 26 23 34 37 110
Binary 11001110 10110110 10100001 0 1100 10110 10011 11100 11111 1001000

Color Harmonies of #CEB6A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6A1

Black with #CEB6A1

Text Example


Text Example

White with #CEB6A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6A1; }

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

 H1.HeaderClassName
 {
   color: #CEB6A1;
 }
 .AnyTagClassName
 {
   color: #CEB6A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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