Html Css Color HEX #9E8C79 Almond Frost

📋 copy color: '#9E8C79'

red 158 ◦ green 140 ◦ blue 121

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

Shades of Almond Frost #9E8C79

Tints of Almond Frost #9E8C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.41%

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 37.71%
G = 33.41%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E8C79 (or 0x9E8C79) is known color: Almond Frost. HEX triplet: 9E, 8C and 79. RGB value is (158,140,121). Sum of RGB (Red+Green+Blue) = 158+140+121=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8C79 is #617386. Grayscale: #8F8F8F. Windows color (decimal): -6386567 or 7965854. OLE color: 7965854.

HSL color Cylindrical-coordinate representation of color #9E8C79: hue angle of 30.81º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E8C79 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 140 121 -
CMYK 0 0.11 0.23 0.38
HSL 30.81º 0.16% 0.55% -
HSV(B) 30.81º 0.23% 0.62% -
XYZ 26.93 27.41 21.96 -
YUV 143.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 158 140 121 0 0.11 0.23 0.38 30.81 0.16 0.55
Hex 9E 8C 79 0 B 17 26 1F 10 37
Octal 236 214 171 0 13 27 46 37 20 67
Binary 10011110 10001100 1111001 0 1011 10111 100110 11111 10000 110111

Color Harmonies of #9E8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8C79

Black with #9E8C79

Text Example


Text Example

White with #9E8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,140,121); }

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

background-color css

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

 a { background-color: rgb(158,140,121); }

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

border-color css

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

 span { border-color: rgb(158,140,121); }

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