Html Css Color HEX #967E20 Hacienda

📋 copy color: '#967E20'

red 150 ◦ green 126 ◦ blue 32

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

Shades of Hacienda #967E20

Tints of Hacienda #967E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.91%

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 48.7%
G = 40.91%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#967E20 (or 0x967E20) is known color: Hacienda. HEX triplet: 96, 7E and 20. RGB value is (150,126,32). Sum of RGB (Red+Green+Blue) = 150+126+32=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #967E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E20 is #6981DF. Grayscale: #7A7A7A. Windows color (decimal): -6914528 or 2129558. OLE color: 2129558.

HSL color Cylindrical-coordinate representation of color #967E20: hue angle of 47.8º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #967E20 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 126 32 -
CMYK 0 0.16 0.79 0.41
HSL 47.8º 0.65% 0.36% -
HSV(B) 47.8º 0.79% 0.59% -
XYZ 20.3 21.51 4.45 -
YUV 122.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 150 126 32 0 0.16 0.79 0.41 47.8 0.65 0.36
Hex 96 7E 20 0 10 4F 29 30 41 24
Octal 226 176 40 0 20 117 51 60 101 44
Binary 10010110 1111110 100000 0 10000 1001111 101001 110000 1000001 100100

Color Harmonies of #967E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E20

Black with #967E20

Text Example


Text Example

White with #967E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967E20; }

 p { color: rgb(150,126,32); }

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

background-color css

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

 a { background-color: rgb(150,126,32); }

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

border-color css

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

 span { border-color: rgb(150,126,32); }

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