#96831A

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

Shades of Hacienda #96831A

Tints of Hacienda #96831A

Color information

#96831A (or 0x96831A) is unknown color: approx Hacienda. HEX triplet: 96, 83 and 1A. RGB value is (150,131,26). Sum of RGB (Red+Green+Blue) = 150+131+26=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96831A is #697CE5. Grayscale: #7D7D7D. Windows color (decimal): -6913254 or 1737622. OLE color: 1737622.

HSL color Cylindrical-coordinate representation of color #96831A: hue angle of 50.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96831A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15013126-
CMYK00.130.830.41
HSL50.81º70.45%34.51%-
HSV(B)50.81º82.67%58.82%-
XYZ20.8822.794.28-
YUV124.7172.29146.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=48.86%
G=42.67%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501312600.130.830.4150.8170.4534.51
Hex96831A0D5329334623
Octal22620332015123516310643
Binary1001011010000011110100110110100111010011100111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96831A; }

 p { color: rgb(150,131,26); }

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

<style>
 a { background-color: #96831A; }

 a { background-color: rgb(150,131,26); }

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

<style>
 span { border-color: #96831A; }

 span { border-color: rgb(150,131,26); }

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