#96741E

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

Shades of Hacienda #96741E

Tints of Hacienda #96741E

Color information

#96741E (or 0x96741E) is unknown color: approx Hacienda. HEX triplet: 96, 74 and 1E. RGB value is (150,116,30). Sum of RGB (Red+Green+Blue) = 150+116+30=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96741E is #698BE1. Grayscale: #747474. Windows color (decimal): -6917090 or 1995926. OLE color: 1995926.

HSL color Cylindrical-coordinate representation of color #96741E: hue angle of 43º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96741E is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15011630-
CMYK00.230.800.41
HSL43º66.67%35.29%-
HSV(B)43º80%58.82%-
XYZ19.0619.073.9-
YUV116.3679.26151.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 30 (12.11% from 255) = 10.14%
R=50.68%
G=39.19%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501163000.230.800.414366.6735.29
Hex96741E01750292b4323
Octal22616436027120515310343
Binary1001011011101001111001011110100001010011010111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96741E; }

 p { color: rgb(150,116,30); }

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

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

 a { background-color: rgb(150,116,30); }

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

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

 span { border-color: rgb(150,116,30); }

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