Html Css Color HEX #967810 Hacienda

📋 copy color: '#967810'

red 150 ◦ green 120 ◦ blue 16

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

Shades of Hacienda #967810

Tints of Hacienda #967810

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.96%

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

R = 52.45%
G = 41.96%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#967810 (or 0x967810) is known color: Hacienda. HEX triplet: 96, 78 and 10. RGB value is (150,120,16). Sum of RGB (Red+Green+Blue) = 150+120+16=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #967810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967810 is #6987EF. Grayscale: #757575. Windows color (decimal): -6916080 or 1079446. OLE color: 1079446.

HSL color Cylindrical-coordinate representation of color #967810: hue angle of 46.57º 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 #967810 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 16 -
CMYK 0 0.20 0.89 0.41
HSL 46.57º 0.81% 0.33% -
HSV(B) 46.57º 0.89% 0.59% -
XYZ 19.39 19.95 3.32 -
YUV 117.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 150 120 16 0 0.20 0.89 0.41 46.57 0.81 0.33
Hex 96 78 10 0 14 59 29 2F 51 21
Octal 226 170 20 0 24 131 51 57 121 41
Binary 10010110 1111000 10000 0 10100 1011001 101001 101111 1010001 100001

Color Harmonies of #967810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967810

Black with #967810

Text Example


Text Example

White with #967810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967810; }

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

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

background-color css

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

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

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

border-color css

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

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

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