#96741B

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

Shades of Hacienda #96741B

Tints of Hacienda #96741B

Color information

#96741B (or 0x96741B) is unknown color: approx Hacienda. HEX triplet: 96, 74 and 1B. RGB value is (150,116,27). Sum of RGB (Red+Green+Blue) = 150+116+27=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96741B is #698BE4. Grayscale: #747474. Windows color (decimal): -6917093 or 1799318. OLE color: 1799318.

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

Color convert

RGB15011627-
CMYK00.230.820.41
HSL43.41º69.49%34.71%-
HSV(B)43.41º82%58.82%-
XYZ19.0219.053.71-
YUV116.0277.76152.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 27 (10.94% from 255) = 9.22%
R=51.19%
G=39.59%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501162700.230.820.4143.4169.4934.71
Hex96741B01752292b4523
Octal22616433027122515310543
Binary1001011011101001101101011110100101010011010111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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