#96751F

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

Shades of Hacienda #96751F

Tints of Hacienda #96751F

Color information

#96751F (or 0x96751F) is unknown color: approx Hacienda. HEX triplet: 96, 75 and 1F. RGB value is (150,117,31). Sum of RGB (Red+Green+Blue) = 150+117+31=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96751F is #698AE0. Grayscale: #757575. Windows color (decimal): -6916833 or 2061718. OLE color: 2061718.

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

Color convert

RGB15011731-
CMYK00.220.790.41
HSL43.36º65.75%35.49%-
HSV(B)43.36º79.33%58.82%-
XYZ19.1919.314.01-
YUV117.0679.43151.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 31 (12.5% from 255) = 10.40%
R=50.34%
G=39.26%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501173100.220.790.4143.3665.7535.49
Hex96751F0164F292b4223
Octal22616537026117515310243
Binary1001011011101011111101011010011111010011010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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