#96761F

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

Shades of Hacienda #96761F

Tints of Hacienda #96761F

Color information

#96761F (or 0x96761F) is unknown color: approx Hacienda. HEX triplet: 96, 76 and 1F. RGB value is (150,118,31). Sum of RGB (Red+Green+Blue) = 150+118+31=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96761F is #6989E0. Grayscale: #767676. Windows color (decimal): -6916577 or 2061974. OLE color: 2061974.

HSL color Cylindrical-coordinate representation of color #96761F: hue angle of 43.87º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96761F is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15011831-
CMYK00.210.790.41
HSL43.87º65.75%35.49%-
HSV(B)43.87º79.33%58.82%-
XYZ19.319.544.05-
YUV117.6579.1151.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 31 (12.5% from 255) = 10.37%
R=50.17%
G=39.46%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501183100.210.790.4143.8765.7535.49
Hex96761F0154F292c4223
Octal22616637025117515410243
Binary1001011011101101111101010110011111010011011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96761F; }

 p { color: rgb(150,118,31); }

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

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

 a { background-color: rgb(150,118,31); }

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

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

 span { border-color: rgb(150,118,31); }

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