#96743A

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

Shades of Buttered Rum #96743A

Tints of Buttered Rum #96743A

Color information

#96743A (or 0x96743A) is unknown color: approx Buttered Rum. HEX triplet: 96, 74 and 3A. RGB value is (150,116,58). Sum of RGB (Red+Green+Blue) = 150+116+58=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96743A is #698BC5. Grayscale: #777777. Windows color (decimal): -6917062 or 3830934. OLE color: 3830934.

HSL color Cylindrical-coordinate representation of color #96743A: hue angle of 37.83º 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 #96743A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15011658-
CMYK00.230.610.41
HSL37.83º44.23%40.78%-
HSV(B)37.83º61.33%58.82%-
XYZ19.5919.286.69-
YUV119.5593.26149.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 58 (23.05% from 255) = 17.90%
R=46.30%
G=35.80%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501165800.230.610.4137.8344.2340.78
Hex96743A0173D29262c29
Octal226164720277551465451
Binary100101101110100111010010111111101101001100110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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