Html Css Color HEX #9E8779 Almond Frost

📋 copy color: '#9E8779'

red 158 ◦ green 135 ◦ blue 121

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

Shades of Almond Frost #9E8779

Tints of Almond Frost #9E8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.61%

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

R = 38.16%
G = 32.61%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E8779 (or 0x9E8779) is known color: Almond Frost. HEX triplet: 9E, 87 and 79. RGB value is (158,135,121). Sum of RGB (Red+Green+Blue) = 158+135+121=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8779 is #617886. Grayscale: #8C8C8C. Windows color (decimal): -6387847 or 7964574. OLE color: 7964574.

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

Color convert

RGB 158 135 121 -
CMYK 0 0.15 0.23 0.38
HSL 22.7º 0.16% 0.55% -
HSV(B) 22.7º 0.23% 0.62% -
XYZ 26.22 25.98 21.72 -
YUV 140.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 158 135 121 0 0.15 0.23 0.38 22.7 0.16 0.55
Hex 9E 87 79 0 F 17 26 17 10 37
Octal 236 207 171 0 17 27 46 27 20 67
Binary 10011110 10000111 1111001 0 1111 10111 100110 10111 10000 110111

Color Harmonies of #9E8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8779

Black with #9E8779

Text Example


Text Example

White with #9E8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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