Html Css Color HEX #967929 Hacienda

📋 copy color: '#967929'

red 150 ◦ green 121 ◦ blue 41

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

Shades of Hacienda #967929

Tints of Hacienda #967929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 48.08%
G = 38.78%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#967929 (or 0x967929) is known color: Hacienda. HEX triplet: 96, 79 and 29. RGB value is (150,121,41). Sum of RGB (Red+Green+Blue) = 150+121+41=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #967929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967929 is #6986D6. Grayscale: #787878. Windows color (decimal): -6915799 or 2718102. OLE color: 2718102.

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

Color convert

RGB 150 121 41 -
CMYK 0 0.19 0.73 0.41
HSL 44.04º 0.57% 0.37% -
HSV(B) 44.04º 0.73% 0.59% -
XYZ 19.82 20.32 4.98 -
YUV 120.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 150 121 41 0 0.19 0.73 0.41 44.04 0.57 0.37
Hex 96 79 29 0 13 49 29 2C 39 25
Octal 226 171 51 0 23 111 51 54 71 45
Binary 10010110 1111001 101001 0 10011 1001001 101001 101100 111001 100101

Color Harmonies of #967929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967929

Black with #967929

Text Example


Text Example

White with #967929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967929; }

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

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

background-color css

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

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

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

border-color css

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

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

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