Html Css Color HEX #9F9A4D Husk

📋 copy color: '#9F9A4D'

red 159 ◦ green 154 ◦ blue 77

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

Shades of Husk #9F9A4D

Tints of Husk #9F9A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.49%

 BLUE value IS 77 (30.47% from 255) = 19.74%

R = 40.77%
G = 39.49%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F9A4D (or 0x9F9A4D) is known color: Husk. HEX triplet: 9F, 9A and 4D. RGB value is (159,154,77). Sum of RGB (Red+Green+Blue) = 159+154+77=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A4D is #6065B2. Grayscale: #939393. Windows color (decimal): -6317491 or 5085855. OLE color: 5085855.

HSL color Cylindrical-coordinate representation of color #9F9A4D: hue angle of 56.34º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F9A4D is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 154 77 -
CMYK 0 0.03 0.52 0.38
HSL 56.34º 0.35% 0.46% -
HSV(B) 56.34º 0.52% 0.62% -
XYZ 27.19 31.02 11.58 -
YUV 146.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 159 154 77 0 0.03 0.52 0.38 56.34 0.35 0.46
Hex 9F 9A 4D 0 3 34 26 38 23 2E
Octal 237 232 115 0 3 64 46 70 43 56
Binary 10011111 10011010 1001101 0 11 110100 100110 111000 100011 101110

Color Harmonies of #9F9A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9A4D

Black with #9F9A4D

Text Example


Text Example

White with #9F9A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,154,77); }

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

background-color css

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

 a { background-color: rgb(159,154,77); }

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

border-color css

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

 span { border-color: rgb(159,154,77); }

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