Html Css Color HEX #9F7621 Hacienda

📋 copy color: '#9F7621'

red 159 ◦ green 118 ◦ blue 33

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

Shades of Hacienda #9F7621

Tints of Hacienda #9F7621

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 51.29%
G = 38.06%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F7621 (or 0x9F7621) is known color: Hacienda. HEX triplet: 9F, 76 and 21. RGB value is (159,118,33). Sum of RGB (Red+Green+Blue) = 159+118+33=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7621 is #6089DE. Grayscale: #787878. Windows color (decimal): -6326751 or 2193055. OLE color: 2193055.

HSL color Cylindrical-coordinate representation of color #9F7621: hue angle of 40.48º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F7621 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 118 33 -
CMYK 0 0.26 0.79 0.38
HSL 40.48º 0.66% 0.38% -
HSV(B) 40.48º 0.79% 0.62% -
XYZ 21.05 20.44 4.27 -
YUV 120.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 159 118 33 0 0.26 0.79 0.38 40.48 0.66 0.38
Hex 9F 76 21 0 1A 4F 26 28 42 26
Octal 237 166 41 0 32 117 46 50 102 46
Binary 10011111 1110110 100001 0 11010 1001111 100110 101000 1000010 100110

Color Harmonies of #9F7621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7621

Black with #9F7621

Text Example


Text Example

White with #9F7621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,118,33); }

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

background-color css

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

 a { background-color: rgb(159,118,33); }

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

border-color css

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

 span { border-color: rgb(159,118,33); }

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