Html Css Color HEX #967A17 Hacienda

📋 copy color: '#967A17'

red 150 ◦ green 122 ◦ blue 23

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

Shades of Hacienda #967A17

Tints of Hacienda #967A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 50.85%
G = 41.36%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#967A17 (or 0x967A17) is known color: Hacienda. HEX triplet: 96, 7A and 17. RGB value is (150,122,23). Sum of RGB (Red+Green+Blue) = 150+122+23=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #967A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967A17 is #6985E8. Grayscale: #777777. Windows color (decimal): -6915561 or 1538710. OLE color: 1538710.

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

Color convert

RGB 150 122 23 -
CMYK 0 0.19 0.85 0.41
HSL 46.77º 0.73% 0.34% -
HSV(B) 46.77º 0.85% 0.59% -
XYZ 19.69 20.46 3.72 -
YUV 119.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 150 122 23 0 0.19 0.85 0.41 46.77 0.73 0.34
Hex 96 7A 17 0 13 55 29 2F 49 22
Octal 226 172 27 0 23 125 51 57 111 42
Binary 10010110 1111010 10111 0 10011 1010101 101001 101111 1001001 100010

Color Harmonies of #967A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A17

Black with #967A17

Text Example


Text Example

White with #967A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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