#96761C

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

Shades of Hacienda #96761C

Tints of Hacienda #96761C

Color information

#96761C (or 0x96761C) is unknown color: approx Hacienda. HEX triplet: 96, 76 and 1C. RGB value is (150,118,28). Sum of RGB (Red+Green+Blue) = 150+118+28=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96761C is #6989E3. Grayscale: #757575. Windows color (decimal): -6916580 or 1865366. OLE color: 1865366.

HSL color Cylindrical-coordinate representation of color #96761C: hue angle of 44.26º 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 #96761C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB15011828-
CMYK00.210.810.41
HSL44.26º68.54%34.9%-
HSV(B)44.26º81.33%58.82%-
XYZ19.2719.523.85-
YUV117.3177.6151.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 28 (11.33% from 255) = 9.46%
R=50.68%
G=39.86%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501182800.210.810.4144.2668.5434.9
Hex96761C01551292c4523
Octal22616634025121515410543
Binary1001011011101101110001010110100011010011011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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