Html Css Color HEX #967910 Hacienda

📋 copy color: '#967910'

red 150 ◦ green 121 ◦ blue 16

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

Shades of Hacienda #967910

Tints of Hacienda #967910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.57%

R = 52.26%
G = 42.16%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#967910 (or 0x967910) is known color: Hacienda. HEX triplet: 96, 79 and 10. RGB value is (150,121,16). Sum of RGB (Red+Green+Blue) = 150+121+16=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #967910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967910 is #6986EF. Grayscale: #767676. Windows color (decimal): -6915824 or 1079702. OLE color: 1079702.

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

Color convert

RGB 150 121 16 -
CMYK 0 0.19 0.89 0.41
HSL 47.01º 0.81% 0.33% -
HSV(B) 47.01º 0.89% 0.59% -
XYZ 19.51 20.2 3.36 -
YUV 117.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 150 121 16 0 0.19 0.89 0.41 47.01 0.81 0.33
Hex 96 79 10 0 13 59 29 2F 51 21
Octal 226 171 20 0 23 131 51 57 121 41
Binary 10010110 1111001 10000 0 10011 1011001 101001 101111 1010001 100001

Color Harmonies of #967910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967910

Black with #967910

Text Example


Text Example

White with #967910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967910; }

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

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

background-color css

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

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

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

border-color css

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

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

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