#967517

Color #967517 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #967517

Tints of Hacienda #967517

Color information

#967517 (or 0x967517) is unknown color: approx Hacienda. HEX triplet: 96, 75 and 17. RGB value is (150,117,23). Sum of RGB (Red+Green+Blue) = 150+117+23=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #967517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967517 is #698AE8. Grayscale: #747474. Windows color (decimal): -6916841 or 1537430. OLE color: 1537430.

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

Color convert

RGB15011723-
CMYK00.220.850.41
HSL44.41º73.41%33.92%-
HSV(B)44.41º84.67%58.82%-
XYZ19.0919.273.52-
YUV116.1575.43152.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 23 (9.38% from 255) = 7.93%
R=51.72%
G=40.34%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501172300.220.850.4144.4173.4133.92
Hex96751701655292c4922
Octal22616527026125515411142
Binary1001011011101011011101011010101011010011011001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967517; }

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

 H1.HeaderClassName
 {
   color: #967517;
 }
 .AnyTagClassName
 {
   color: #967517;
 }
</style>
background-color css

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

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

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

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

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

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