Html Css Color HEX #9F994F Husk

📋 copy color: '#9F994F'

red 159 ◦ green 153 ◦ blue 79

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

Shades of Husk #9F994F

Tints of Husk #9F994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 40.66%
G = 39.13%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F994F (or 0x9F994F) is known color: Husk. HEX triplet: 9F, 99 and 4F. RGB value is (159,153,79). Sum of RGB (Red+Green+Blue) = 159+153+79=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F994F is #6066B0. Grayscale: #929292. Windows color (decimal): -6317745 or 5216671. OLE color: 5216671.

HSL color Cylindrical-coordinate representation of color #9F994F: hue angle of 55.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F994F is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 153 79 -
CMYK 0 0.04 0.50 0.38
HSL 55.5º 0.34% 0.47% -
HSV(B) 55.5º 0.5% 0.62% -
XYZ 27.1 30.72 11.9 -
YUV 146.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 159 153 79 0 0.04 0.50 0.38 55.5 0.34 0.47
Hex 9F 99 4F 0 4 32 26 38 22 2F
Octal 237 231 117 0 4 62 46 70 42 57
Binary 10011111 10011001 1001111 0 100 110010 100110 111000 100010 101111

Color Harmonies of #9F994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F994F

Black with #9F994F

Text Example


Text Example

White with #9F994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,153,79); }

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

background-color css

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

 a { background-color: rgb(159,153,79); }

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

border-color css

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

 span { border-color: rgb(159,153,79); }

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