Html Css Color HEX #9F9654 Husk

📋 copy color: '#9F9654'

red 159 ◦ green 150 ◦ blue 84

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

Shades of Husk #9F9654

Tints of Husk #9F9654

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

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

R = 40.46%
G = 38.17%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F9654 (or 0x9F9654) is known color: Husk. HEX triplet: 9F, 96 and 54. RGB value is (159,150,84). Sum of RGB (Red+Green+Blue) = 159+150+84=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9654 is #6069AB. Grayscale: #919191. Windows color (decimal): -6318508 or 5543583. OLE color: 5543583.

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

Color convert

RGB 159 150 84 -
CMYK 0 0.06 0.47 0.38
HSL 52.8º 0.31% 0.48% -
HSV(B) 52.8º 0.47% 0.62% -
XYZ 26.8 29.82 12.73 -
YUV 145.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 159 150 84 0 0.06 0.47 0.38 52.8 0.31 0.48
Hex 9F 96 54 0 6 2F 26 35 1F 30
Octal 237 226 124 0 6 57 46 65 37 60
Binary 10011111 10010110 1010100 0 110 101111 100110 110101 11111 110000

Color Harmonies of #9F9654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9654

Black with #9F9654

Text Example


Text Example

White with #9F9654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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