#968117

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

Shades of Hacienda #968117

Tints of Hacienda #968117

Color information

#968117 (or 0x968117) is unknown color: approx Hacienda. HEX triplet: 96, 81 and 17. RGB value is (150,129,23). Sum of RGB (Red+Green+Blue) = 150+129+23=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #968117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968117 is #697EE8. Grayscale: #7B7B7B. Windows color (decimal): -6913769 or 1540502. OLE color: 1540502.

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

Color convert

RGB15012923-
CMYK00.140.850.41
HSL50.08º73.41%33.92%-
HSV(B)50.08º84.67%58.82%-
XYZ20.5822.254.02-
YUV123.271.46147.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 23 (9.38% from 255) = 7.62%
R=49.67%
G=42.72%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501292300.140.850.4150.0873.4133.92
Hex9681170E5529324922
Octal22620127016125516211142
Binary1001011010000001101110111010101011010011100101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968117; }

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

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

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

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

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

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

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

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