Html Css Color HEX #9F9953 Husk

📋 copy color: '#9F9953'

red 159 ◦ green 153 ◦ blue 83

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

Shades of Husk #9F9953

Tints of Husk #9F9953

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 40.25%
G = 38.73%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F9953 (or 0x9F9953) is known color: Husk. HEX triplet: 9F, 99 and 53. RGB value is (159,153,83). Sum of RGB (Red+Green+Blue) = 159+153+83=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9953 is #6066AC. Grayscale: #939393. Windows color (decimal): -6317741 or 5478815. OLE color: 5478815.

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

Color convert

RGB 159 153 83 -
CMYK 0 0.04 0.48 0.38
HSL 55.26º 0.31% 0.47% -
HSV(B) 55.26º 0.48% 0.62% -
XYZ 27.25 30.78 12.69 -
YUV 146.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 159 153 83 0 0.04 0.48 0.38 55.26 0.31 0.47
Hex 9F 99 53 0 4 30 26 37 1F 2F
Octal 237 231 123 0 4 60 46 67 37 57
Binary 10011111 10011001 1010011 0 100 110000 100110 110111 11111 101111

Color Harmonies of #9F9953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9953

Black with #9F9953

Text Example


Text Example

White with #9F9953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,153,83); }

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

background-color css

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

 a { background-color: rgb(159,153,83); }

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

border-color css

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

 span { border-color: rgb(159,153,83); }

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