Html Css Color HEX #967A28 Hacienda

📋 copy color: '#967A28'

red 150 ◦ green 122 ◦ blue 40

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

Shades of Hacienda #967A28

Tints of Hacienda #967A28

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.1%

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

R = 48.08%
G = 39.1%
B = 12.82%

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

#967A28 (or 0x967A28) is known color: Hacienda. HEX triplet: 96, 7A and 28. RGB value is (150,122,40). Sum of RGB (Red+Green+Blue) = 150+122+40=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #967A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A28 is #6985D7. Grayscale: #797979. Windows color (decimal): -6915544 or 2652822. OLE color: 2652822.

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

Color convert

RGB 150 122 40 -
CMYK 0 0.19 0.73 0.41
HSL 44.73º 0.58% 0.37% -
HSV(B) 44.73º 0.73% 0.59% -
XYZ 19.92 20.56 4.93 -
YUV 121.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 150 122 40 0 0.19 0.73 0.41 44.73 0.58 0.37
Hex 96 7A 28 0 13 49 29 2D 3A 25
Octal 226 172 50 0 23 111 51 55 72 45
Binary 10010110 1111010 101000 0 10011 1001001 101001 101101 111010 100101

Color Harmonies of #967A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A28

Black with #967A28

Text Example


Text Example

White with #967A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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