Html Css Color HEX #9E8879 Almond Frost

📋 copy color: '#9E8879'

red 158 ◦ green 136 ◦ blue 121

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

Shades of Almond Frost #9E8879

Tints of Almond Frost #9E8879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 38.07%
G = 32.77%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E8879 (or 0x9E8879) is known color: Almond Frost. HEX triplet: 9E, 88 and 79. RGB value is (158,136,121). Sum of RGB (Red+Green+Blue) = 158+136+121=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8879 is #617786. Grayscale: #8C8C8C. Windows color (decimal): -6387591 or 7964830. OLE color: 7964830.

HSL color Cylindrical-coordinate representation of color #9E8879: hue angle of 24.32º 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 #9E8879 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 136 121 -
CMYK 0 0.14 0.23 0.38
HSL 24.32º 0.16% 0.55% -
HSV(B) 24.32º 0.23% 0.62% -
XYZ 26.36 26.26 21.77 -
YUV 140.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 158 136 121 0 0.14 0.23 0.38 24.32 0.16 0.55
Hex 9E 88 79 0 E 17 26 18 10 37
Octal 236 210 171 0 16 27 46 30 20 67
Binary 10011110 10001000 1111001 0 1110 10111 100110 11000 10000 110111

Color Harmonies of #9E8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8879

Black with #9E8879

Text Example


Text Example

White with #9E8879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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