Html Css Color HEX #967911 Hacienda

📋 copy color: '#967911'

red 150 ◦ green 121 ◦ blue 17

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

Shades of Hacienda #967911

Tints of Hacienda #967911

RGB

 RED value IS 150 (58.98% from 255) = 52.08%

 GREEN value IS 121 (47.66% from 255) = 42.01%

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 52.08%
G = 42.01%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#967911 (or 0x967911) is known color: Hacienda. HEX triplet: 96, 79 and 11. RGB value is (150,121,17). Sum of RGB (Red+Green+Blue) = 150+121+17=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #967911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967911 is #6986EE. Grayscale: #767676. Windows color (decimal): -6915823 or 1145238. OLE color: 1145238.

HSL color Cylindrical-coordinate representation of color #967911: hue angle of 46.92º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #967911 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 17 -
CMYK 0 0.19 0.89 0.41
HSL 46.92º 0.8% 0.33% -
HSV(B) 46.92º 0.89% 0.59% -
XYZ 19.52 20.2 3.4 -
YUV 117.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 150 121 17 0 0.19 0.89 0.41 46.92 0.8 0.33
Hex 96 79 11 0 13 59 29 2F 50 21
Octal 226 171 21 0 23 131 51 57 120 41
Binary 10010110 1111001 10001 0 10011 1011001 101001 101111 1010000 100001

Color Harmonies of #967911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967911

Black with #967911

Text Example


Text Example

White with #967911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967911; }

 p { color: rgb(150,121,17); }

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

background-color css

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

 a { background-color: rgb(150,121,17); }

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

border-color css

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

 span { border-color: rgb(150,121,17); }

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