Html Css Color HEX #9F9454 Husk

📋 copy color: '#9F9454'

red 159 ◦ green 148 ◦ blue 84

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

Shades of Husk #9F9454

Tints of Husk #9F9454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.48%

R = 40.66%
G = 37.85%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F9454 (or 0x9F9454) is known color: Husk. HEX triplet: 9F, 94 and 54. RGB value is (159,148,84). Sum of RGB (Red+Green+Blue) = 159+148+84=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9454 is #606BAB. Grayscale: #909090. Windows color (decimal): -6319020 or 5543071. OLE color: 5543071.

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

Color convert

RGB 159 148 84 -
CMYK 0 0.07 0.47 0.38
HSL 51.2º 0.31% 0.48% -
HSV(B) 51.2º 0.47% 0.62% -
XYZ 26.49 29.19 12.63 -
YUV 143.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 159 148 84 0 0.07 0.47 0.38 51.2 0.31 0.48
Hex 9F 94 54 0 7 2F 26 33 1F 30
Octal 237 224 124 0 7 57 46 63 37 60
Binary 10011111 10010100 1010100 0 111 101111 100110 110011 11111 110000

Color Harmonies of #9F9454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9454

Black with #9F9454

Text Example


Text Example

White with #9F9454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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