#96731c

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

Shades of Hacienda #96731C

Tints of Hacienda #96731C

Color information

#96731C (or 0x96731C) is unknown color: approx Hacienda. HEX triplet: 96, 73 and 1C. RGB value is (150,115,28). Sum of RGB (Red+Green+Blue) = 150+115+28=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96731C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96731C is #698CE3. Grayscale: #737373. Windows color (decimal): -6917348 or 1864598. OLE color: 1864598.

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

Color convert

RGB15011528-
CMYK00.230.810.41
HSL42.79º68.54%34.9%-
HSV(B)42.79º81.33%58.82%-
XYZ18.9218.833.74-
YUV115.5578.6152.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=51.19%
G=39.25%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501152800.230.810.4142.7968.5434.9
Hex96731C01751292b4523
Octal22616334027121515310543
Binary1001011011100111110001011110100011010011010111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96731c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96731c; }

 p { color: rgb(150,115,28); }

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

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

 a { background-color: rgb(150,115,28); }

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

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

 span { border-color: rgb(150,115,28); }

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