Html Css Color HEX #967916 Hacienda

📋 copy color: '#967916'

red 150 ◦ green 121 ◦ blue 22

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

Shades of Hacienda #967916

Tints of Hacienda #967916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 51.19%
G = 41.3%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#967916 (or 0x967916) is known color: Hacienda. HEX triplet: 96, 79 and 16. RGB value is (150,121,22). Sum of RGB (Red+Green+Blue) = 150+121+22=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #967916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967916 is #6986E9. Grayscale: #767676. Windows color (decimal): -6915818 or 1472918. OLE color: 1472918.

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

Color convert

RGB 150 121 22 -
CMYK 0 0.19 0.85 0.41
HSL 46.41º 0.74% 0.34% -
HSV(B) 46.41º 0.85% 0.59% -
XYZ 19.56 20.22 3.63 -
YUV 118.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 150 121 22 0 0.19 0.85 0.41 46.41 0.74 0.34
Hex 96 79 16 0 13 55 29 2E 4A 22
Octal 226 171 26 0 23 125 51 56 112 42
Binary 10010110 1111001 10110 0 10011 1010101 101001 101110 1001010 100010

Color Harmonies of #967916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967916

Black with #967916

Text Example


Text Example

White with #967916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967916; }

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

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

background-color css

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

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

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

border-color css

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

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

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