Html Css Color HEX #9F8618 Hacienda

📋 copy color: '#9F8618'

red 159 ◦ green 134 ◦ blue 24

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

Shades of Hacienda #9F8618

Tints of Hacienda #9F8618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 50.16%
G = 42.27%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F8618 (or 0x9F8618) is known color: Hacienda. HEX triplet: 9F, 86 and 18. RGB value is (159,134,24). Sum of RGB (Red+Green+Blue) = 159+134+24=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8618 is #6079E7. Grayscale: #818181. Windows color (decimal): -6322664 or 1607327. OLE color: 1607327.

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

Color convert

RGB 159 134 24 -
CMYK 0 0.16 0.85 0.38
HSL 48.89º 0.74% 0.36% -
HSV(B) 48.89º 0.85% 0.62% -
XYZ 22.99 24.49 4.38 -
YUV 128.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 159 134 24 0 0.16 0.85 0.38 48.89 0.74 0.36
Hex 9F 86 18 0 10 55 26 31 4A 24
Octal 237 206 30 0 20 125 46 61 112 44
Binary 10011111 10000110 11000 0 10000 1010101 100110 110001 1001010 100100

Color Harmonies of #9F8618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8618

Black with #9F8618

Text Example


Text Example

White with #9F8618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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