Html Css Color HEX #967921 Hacienda

📋 copy color: '#967921'

red 150 ◦ green 121 ◦ blue 33

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

Shades of Hacienda #967921

Tints of Hacienda #967921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.86%

R = 49.34%
G = 39.8%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#967921 (or 0x967921) is known color: Hacienda. HEX triplet: 96, 79 and 21. RGB value is (150,121,33). Sum of RGB (Red+Green+Blue) = 150+121+33=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #967921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967921 is #6986DE. Grayscale: #787878. Windows color (decimal): -6915807 or 2193814. OLE color: 2193814.

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

Color convert

RGB 150 121 33 -
CMYK 0 0.19 0.78 0.41
HSL 45.13º 0.64% 0.36% -
HSV(B) 45.13º 0.78% 0.59% -
XYZ 19.69 20.27 4.31 -
YUV 119.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 150 121 33 0 0.19 0.78 0.41 45.13 0.64 0.36
Hex 96 79 21 0 13 4E 29 2D 40 24
Octal 226 171 41 0 23 116 51 55 100 44
Binary 10010110 1111001 100001 0 10011 1001110 101001 101101 1000000 100100

Color Harmonies of #967921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967921

Black with #967921

Text Example


Text Example

White with #967921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967921; }

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

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

background-color css

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

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

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

border-color css

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

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

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