Html Css Color HEX #9F7F16 Hacienda

📋 copy color: '#9F7F16'

red 159 ◦ green 127 ◦ blue 22

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

Shades of Hacienda #9F7F16

Tints of Hacienda #9F7F16

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 51.62%
G = 41.23%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F7F16 (or 0x9F7F16) is known color: Hacienda. HEX triplet: 9F, 7F and 16. RGB value is (159,127,22). Sum of RGB (Red+Green+Blue) = 159+127+22=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7F16 is #6080E9. Grayscale: #7D7D7D. Windows color (decimal): -6324458 or 1474463. OLE color: 1474463.

HSL color Cylindrical-coordinate representation of color #9F7F16: hue angle of 45.99º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F7F16 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 127 22 -
CMYK 0 0.20 0.86 0.38
HSL 45.99º 0.76% 0.35% -
HSV(B) 45.99º 0.86% 0.62% -
XYZ 22.03 22.61 3.96 -
YUV 124.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 159 127 22 0 0.20 0.86 0.38 45.99 0.76 0.35
Hex 9F 7F 16 0 14 56 26 2E 4C 23
Octal 237 177 26 0 24 126 46 56 114 43
Binary 10011111 1111111 10110 0 10100 1010110 100110 101110 1001100 100011

Color Harmonies of #9F7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7F16

Black with #9F7F16

Text Example


Text Example

White with #9F7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,127,22); }

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

background-color css

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

 a { background-color: rgb(159,127,22); }

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

border-color css

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

 span { border-color: rgb(159,127,22); }

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