Html Css Color HEX #9F9551 Husk

📋 copy color: '#9F9551'

red 159 ◦ green 149 ◦ blue 81

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

Shades of Husk #9F9551

Tints of Husk #9F9551

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 40.87%
G = 38.3%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F9551 (or 0x9F9551) is known color: Husk. HEX triplet: 9F, 95 and 51. RGB value is (159,149,81). Sum of RGB (Red+Green+Blue) = 159+149+81=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9551 is #606AAE. Grayscale: #909090. Windows color (decimal): -6318767 or 5346719. OLE color: 5346719.

HSL color Cylindrical-coordinate representation of color #9F9551: hue angle of 52.31º 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 #9F9551 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 149 81 -
CMYK 0 0.06 0.49 0.38
HSL 52.31º 0.33% 0.47% -
HSV(B) 52.31º 0.49% 0.62% -
XYZ 26.53 29.46 12.07 -
YUV 144.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 159 149 81 0 0.06 0.49 0.38 52.31 0.33 0.47
Hex 9F 95 51 0 6 31 26 34 20 2F
Octal 237 225 121 0 6 61 46 64 40 57
Binary 10011111 10010101 1010001 0 110 110001 100110 110100 100000 101111

Color Harmonies of #9F9551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9551

Black with #9F9551

Text Example


Text Example

White with #9F9551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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