Html Css Color HEX #9F8710 Hacienda

📋 copy color: '#9F8710'

red 159 ◦ green 135 ◦ blue 16

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

Shades of Hacienda #9F8710

Tints of Hacienda #9F8710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 51.29%
G = 43.55%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9F8710 (or 0x9F8710) is known color: Hacienda. HEX triplet: 9F, 87 and 10. RGB value is (159,135,16). Sum of RGB (Red+Green+Blue) = 159+135+16=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8710 is #6078EF. Grayscale: #818181. Windows color (decimal): -6322416 or 1083295. OLE color: 1083295.

HSL color Cylindrical-coordinate representation of color #9F8710: hue angle of 49.93º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F8710 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 135 16 -
CMYK 0 0.15 0.90 0.38
HSL 49.93º 0.82% 0.34% -
HSV(B) 49.93º 0.9% 0.62% -
XYZ 23.06 24.74 4.05 -
YUV 128.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 159 135 16 0 0.15 0.90 0.38 49.93 0.82 0.34
Hex 9F 87 10 0 F 5A 26 32 52 22
Octal 237 207 20 0 17 132 46 62 122 42
Binary 10011111 10000111 10000 0 1111 1011010 100110 110010 1010010 100010

Color Harmonies of #9F8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8710

Black with #9F8710

Text Example


Text Example

White with #9F8710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,135,16); }

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

background-color css

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

 a { background-color: rgb(159,135,16); }

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

border-color css

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

 span { border-color: rgb(159,135,16); }

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