Html Css Color HEX #967920 Hacienda

📋 copy color: '#967920'

red 150 ◦ green 121 ◦ blue 32

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

Shades of Hacienda #967920

Tints of Hacienda #967920

RGB

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

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

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

R = 49.5%
G = 39.93%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#967920 (or 0x967920) is known color: Hacienda. HEX triplet: 96, 79 and 20. RGB value is (150,121,32). Sum of RGB (Red+Green+Blue) = 150+121+32=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #967920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967920 is #6986DF. Grayscale: #777777. Windows color (decimal): -6915808 or 2128278. OLE color: 2128278.

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

Color convert

RGB 150 121 32 -
CMYK 0 0.19 0.79 0.41
HSL 45.25º 0.65% 0.36% -
HSV(B) 45.25º 0.79% 0.59% -
XYZ 19.68 20.26 4.24 -
YUV 119.53 78.61 149.74 -
System Red Green Blue C M Y K H S L
Decimal 150 121 32 0 0.19 0.79 0.41 45.25 0.65 0.36
Hex 96 79 20 0 13 4F 29 2D 41 24
Octal 226 171 40 0 23 117 51 55 101 44
Binary 10010110 1111001 100000 0 10011 1001111 101001 101101 1000001 100100

Color Harmonies of #967920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967920

Black with #967920

Text Example


Text Example

White with #967920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967920; }

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

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

background-color css

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

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

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

border-color css

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

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

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