Html Css Color HEX #9F8C79 Almond Frost

📋 copy color: '#9F8C79'

red 159 ◦ green 140 ◦ blue 121

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

Shades of Almond Frost #9F8C79

Tints of Almond Frost #9F8C79

RGB

 RED value IS 159 (62.5% from 255) = 37.86%

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

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

R = 37.86%
G = 33.33%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F8C79 (or 0x9F8C79) is known color: Almond Frost. HEX triplet: 9F, 8C and 79. RGB value is (159,140,121). Sum of RGB (Red+Green+Blue) = 159+140+121=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C79 is #607386. Grayscale: #8F8F8F. Windows color (decimal): -6321031 or 7965855. OLE color: 7965855.

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

Color convert

RGB 159 140 121 -
CMYK 0 0.12 0.24 0.38
HSL 30º 0.17% 0.55% -
HSV(B) 30º 0.24% 0.62% -
XYZ 27.13 27.51 21.97 -
YUV 143.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 159 140 121 0 0.12 0.24 0.38 30 0.17 0.55
Hex 9F 8C 79 0 C 18 26 1E 11 37
Octal 237 214 171 0 14 30 46 36 21 67
Binary 10011111 10001100 1111001 0 1100 11000 100110 11110 10001 110111

Color Harmonies of #9F8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8C79

Black with #9F8C79

Text Example


Text Example

White with #9F8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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