Html Css Color HEX #9F9459 Husk

📋 copy color: '#9F9459'

red 159 ◦ green 148 ◦ blue 89

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

Shades of Husk #9F9459

Tints of Husk #9F9459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 89 (35.16% from 255) = 22.47%

R = 40.15%
G = 37.37%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F9459 (or 0x9F9459) is known color: Husk. HEX triplet: 9F, 94 and 59. RGB value is (159,148,89). Sum of RGB (Red+Green+Blue) = 159+148+89=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9459 is #606BA6. Grayscale: #909090. Windows color (decimal): -6319015 or 5870751. OLE color: 5870751.

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

Color convert

RGB 159 148 89 -
CMYK 0 0.07 0.44 0.38
HSL 50.57º 0.28% 0.49% -
HSV(B) 50.57º 0.44% 0.62% -
XYZ 26.69 29.27 13.69 -
YUV 144.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 159 148 89 0 0.07 0.44 0.38 50.57 0.28 0.49
Hex 9F 94 59 0 7 2C 26 33 1C 31
Octal 237 224 131 0 7 54 46 63 34 61
Binary 10011111 10010100 1011001 0 111 101100 100110 110011 11100 110001

Color Harmonies of #9F9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9459

Black with #9F9459

Text Example


Text Example

White with #9F9459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,89); }

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

background-color css

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

 a { background-color: rgb(159,148,89); }

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

border-color css

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

 span { border-color: rgb(159,148,89); }

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