Html Css Color HEX #967B16 Hacienda

📋 copy color: '#967B16'

red 150 ◦ green 123 ◦ blue 22

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

Shades of Hacienda #967B16

Tints of Hacienda #967B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.69%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 50.85%
G = 41.69%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#967B16 (or 0x967B16) is known color: Hacienda. HEX triplet: 96, 7B and 16. RGB value is (150,123,22). Sum of RGB (Red+Green+Blue) = 150+123+22=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #967B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967B16 is #6984E9. Grayscale: #777777. Windows color (decimal): -6915306 or 1473430. OLE color: 1473430.

HSL color Cylindrical-coordinate representation of color #967B16: hue angle of 47.34º degrees, saturation: 0.74, 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 #967B16 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 123 22 -
CMYK 0 0.18 0.85 0.41
HSL 47.34º 0.74% 0.34% -
HSV(B) 47.34º 0.85% 0.59% -
XYZ 19.81 20.71 3.71 -
YUV 119.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 150 123 22 0 0.18 0.85 0.41 47.34 0.74 0.34
Hex 96 7B 16 0 12 55 29 2F 4A 22
Octal 226 173 26 0 22 125 51 57 112 42
Binary 10010110 1111011 10110 0 10010 1010101 101001 101111 1001010 100010

Color Harmonies of #967B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967B16

Black with #967B16

Text Example


Text Example

White with #967B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,123,22); }

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

background-color css

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

 a { background-color: rgb(150,123,22); }

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

border-color css

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

 span { border-color: rgb(150,123,22); }

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