#96753a

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

Shades of Buttered Rum #96753A

Tints of Buttered Rum #96753A

Color information

#96753A (or 0x96753A) is unknown color: approx Buttered Rum. HEX triplet: 96, 75 and 3A. RGB value is (150,117,58). Sum of RGB (Red+Green+Blue) = 150+117+58=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96753A is #698AC5. Grayscale: #787878. Windows color (decimal): -6916806 or 3831190. OLE color: 3831190.

HSL color Cylindrical-coordinate representation of color #96753A: hue angle of 38.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96753A is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15011758-
CMYK00.220.610.41
HSL38.48º44.23%40.78%-
HSV(B)38.48º61.33%58.82%-
XYZ19.719.516.73-
YUV120.1492.93149.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=46.15%
G=36%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501175800.220.610.4138.4844.2340.78
Hex96753A0163D29262c29
Octal226165720267551465451
Binary100101101110101111010010110111101101001100110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96753a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96753a; }

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

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

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

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

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

<style>
 span { border-color: #96753a; }

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

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