Html Css Color HEX #967928 Hacienda

📋 copy color: '#967928'

red 150 ◦ green 121 ◦ blue 40

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

Shades of Hacienda #967928

Tints of Hacienda #967928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 48.23%
G = 38.91%
B = 12.86%

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

#967928 (or 0x967928) is known color: Hacienda. HEX triplet: 96, 79 and 28. RGB value is (150,121,40). Sum of RGB (Red+Green+Blue) = 150+121+40=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #967928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967928 is #6986D7. Grayscale: #787878. Windows color (decimal): -6915800 or 2652566. OLE color: 2652566.

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

Color convert

RGB 150 121 40 -
CMYK 0 0.19 0.73 0.41
HSL 44.18º 0.58% 0.37% -
HSV(B) 44.18º 0.73% 0.59% -
XYZ 19.8 20.31 4.88 -
YUV 120.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 150 121 40 0 0.19 0.73 0.41 44.18 0.58 0.37
Hex 96 79 28 0 13 49 29 2C 3A 25
Octal 226 171 50 0 23 111 51 54 72 45
Binary 10010110 1111001 101000 0 10011 1001001 101001 101100 111010 100101

Color Harmonies of #967928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967928

Black with #967928

Text Example


Text Example

White with #967928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967928; }

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

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

background-color css

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

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

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

border-color css

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

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

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