Html Css Color HEX #9E914F Husk

📋 copy color: '#9E914F'

red 158 ◦ green 145 ◦ blue 79

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

Shades of Husk #9E914F

Tints of Husk #9E914F

RGB

 RED value IS 158 (62.11% from 255) = 41.36%

 GREEN value IS 145 (57.03% from 255) = 37.96%

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

R = 41.36%
G = 37.96%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E914F (or 0x9E914F) is known color: Husk. HEX triplet: 9E, 91 and 4F. RGB value is (158,145,79). Sum of RGB (Red+Green+Blue) = 158+145+79=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E914F is #616EB0. Grayscale: #8D8D8D. Windows color (decimal): -6385329 or 5214622. OLE color: 5214622.

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

Color convert

RGB 158 145 79 -
CMYK 0 0.08 0.50 0.38
HSL 50.13º 0.33% 0.46% -
HSV(B) 50.13º 0.5% 0.62% -
XYZ 25.64 28.08 11.47 -
YUV 141.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 158 145 79 0 0.08 0.50 0.38 50.13 0.33 0.46
Hex 9E 91 4F 0 8 32 26 32 21 2E
Octal 236 221 117 0 10 62 46 62 41 56
Binary 10011110 10010001 1001111 0 1000 110010 100110 110010 100001 101110

Color Harmonies of #9E914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E914F

Black with #9E914F

Text Example


Text Example

White with #9E914F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,145,79); }

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

background-color css

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

 a { background-color: rgb(158,145,79); }

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

border-color css

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

 span { border-color: rgb(158,145,79); }

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