Html Css Color HEX #9F9951 Husk

📋 copy color: '#9F9951'

red 159 ◦ green 153 ◦ blue 81

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

Shades of Husk #9F9951

Tints of Husk #9F9951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 40.46%
G = 38.93%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F9951 (or 0x9F9951) is known color: Husk. HEX triplet: 9F, 99 and 51. RGB value is (159,153,81). Sum of RGB (Red+Green+Blue) = 159+153+81=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9951 is #6066AE. Grayscale: #929292. Windows color (decimal): -6317743 or 5347743. OLE color: 5347743.

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

Color convert

RGB 159 153 81 -
CMYK 0 0.04 0.49 0.38
HSL 55.38º 0.33% 0.47% -
HSV(B) 55.38º 0.49% 0.62% -
XYZ 27.17 30.75 12.29 -
YUV 146.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 159 153 81 0 0.04 0.49 0.38 55.38 0.33 0.47
Hex 9F 99 51 0 4 31 26 37 20 2F
Octal 237 231 121 0 4 61 46 67 40 57
Binary 10011111 10011001 1010001 0 100 110001 100110 110111 100000 101111

Color Harmonies of #9F9951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9951

Black with #9F9951

Text Example


Text Example

White with #9F9951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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