Html Css Color HEX #9E8371 Almond Frost

📋 copy color: '#9E8371'

red 158 ◦ green 131 ◦ blue 113

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

Shades of Almond Frost #9E8371

Tints of Almond Frost #9E8371

RGB

 RED value IS 158 (62.11% from 255) = 39.3%

 GREEN value IS 131 (51.56% from 255) = 32.59%

 BLUE value IS 113 (44.53% from 255) = 28.11%

R = 39.3%
G = 32.59%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E8371 (or 0x9E8371) is known color: Almond Frost. HEX triplet: 9E, 83 and 71. RGB value is (158,131,113). Sum of RGB (Red+Green+Blue) = 158+131+113=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8371 is #617C8E. Grayscale: #898989. Windows color (decimal): -6388879 or 7439262. OLE color: 7439262.

HSL color Cylindrical-coordinate representation of color #9E8371: hue angle of 24º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E8371 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 131 113 -
CMYK 0 0.17 0.28 0.38
HSL 24º 0.19% 0.53% -
HSV(B) 24º 0.28% 0.62% -
XYZ 25.2 24.69 19.06 -
YUV 137.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 158 131 113 0 0.17 0.28 0.38 24 0.19 0.53
Hex 9E 83 71 0 11 1C 26 18 13 35
Octal 236 203 161 0 21 34 46 30 23 65
Binary 10011110 10000011 1110001 0 10001 11100 100110 11000 10011 110101

Color Harmonies of #9E8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8371

Black with #9E8371

Text Example


Text Example

White with #9E8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E8371; }

 p { color: rgb(158,131,113); }

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

background-color css

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

 a { background-color: rgb(158,131,113); }

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

border-color css

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

 span { border-color: rgb(158,131,113); }

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