Html Css Color HEX #967F20 Hacienda

📋 copy color: '#967F20'

red 150 ◦ green 127 ◦ blue 32

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

Shades of Hacienda #967F20

Tints of Hacienda #967F20

RGB

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

 GREEN value IS 127 (50% from 255) = 41.1%

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

R = 48.54%
G = 41.1%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#967F20 (or 0x967F20) is known color: Hacienda. HEX triplet: 96, 7F and 20. RGB value is (150,127,32). Sum of RGB (Red+Green+Blue) = 150+127+32=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #967F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F20 is #6980DF. Grayscale: #7B7B7B. Windows color (decimal): -6914272 or 2129814. OLE color: 2129814.

HSL color Cylindrical-coordinate representation of color #967F20: hue angle of 48.31º 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 #967F20 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 32 -
CMYK 0 0.15 0.79 0.41
HSL 48.31º 0.65% 0.36% -
HSV(B) 48.31º 0.79% 0.59% -
XYZ 20.43 21.77 4.49 -
YUV 123.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 150 127 32 0 0.15 0.79 0.41 48.31 0.65 0.36
Hex 96 7F 20 0 F 4F 29 30 41 24
Octal 226 177 40 0 17 117 51 60 101 44
Binary 10010110 1111111 100000 0 1111 1001111 101001 110000 1000001 100100

Color Harmonies of #967F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F20

Black with #967F20

Text Example


Text Example

White with #967F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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