Html Css Color HEX #967720 Hacienda

📋 copy color: '#967720'

red 150 ◦ green 119 ◦ blue 32

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

Shades of Hacienda #967720

Tints of Hacienda #967720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.53%

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

R = 49.83%
G = 39.53%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#967720 (or 0x967720) is known color: Hacienda. HEX triplet: 96, 77 and 20. RGB value is (150,119,32). Sum of RGB (Red+Green+Blue) = 150+119+32=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #967720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967720 is #6988DF. Grayscale: #767676. Windows color (decimal): -6916320 or 2127766. OLE color: 2127766.

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

Color convert

RGB 150 119 32 -
CMYK 0 0.21 0.79 0.41
HSL 44.24º 0.65% 0.36% -
HSV(B) 44.24º 0.79% 0.59% -
XYZ 19.44 19.78 4.16 -
YUV 118.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 150 119 32 0 0.21 0.79 0.41 44.24 0.65 0.36
Hex 96 77 20 0 15 4F 29 2C 41 24
Octal 226 167 40 0 25 117 51 54 101 44
Binary 10010110 1110111 100000 0 10101 1001111 101001 101100 1000001 100100

Color Harmonies of #967720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967720

Black with #967720

Text Example


Text Example

White with #967720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967720; }

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

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

background-color css

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

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

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

border-color css

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

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

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