Html Css Color HEX #9F8612 Hacienda

📋 copy color: '#9F8612'

red 159 ◦ green 134 ◦ blue 18

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

Shades of Hacienda #9F8612

Tints of Hacienda #9F8612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 51.13%
G = 43.09%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F8612 (or 0x9F8612) is known color: Hacienda. HEX triplet: 9F, 86 and 12. RGB value is (159,134,18). Sum of RGB (Red+Green+Blue) = 159+134+18=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8612 is #6079ED. Grayscale: #808080. Windows color (decimal): -6322670 or 1214111. OLE color: 1214111.

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

Color convert

RGB 159 134 18 -
CMYK 0 0.16 0.89 0.38
HSL 49.36º 0.8% 0.35% -
HSV(B) 49.36º 0.89% 0.62% -
XYZ 22.93 24.46 4.09 -
YUV 128.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 159 134 18 0 0.16 0.89 0.38 49.36 0.8 0.35
Hex 9F 86 12 0 10 59 26 31 50 23
Octal 237 206 22 0 20 131 46 61 120 43
Binary 10011111 10000110 10010 0 10000 1011001 100110 110001 1010000 100011

Color Harmonies of #9F8612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8612

Black with #9F8612

Text Example


Text Example

White with #9F8612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,134,18); }

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

background-color css

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

 a { background-color: rgb(159,134,18); }

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

border-color css

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

 span { border-color: rgb(159,134,18); }

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