#96793A

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

Shades of Buttered Rum #96793A

Tints of Buttered Rum #96793A

Color information

#96793A (or 0x96793A) is unknown color: approx Buttered Rum. HEX triplet: 96, 79 and 3A. RGB value is (150,121,58). Sum of RGB (Red+Green+Blue) = 150+121+58=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96793A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96793A is #6986C5. Grayscale: #7A7A7A. Windows color (decimal): -6915782 or 3832214. OLE color: 3832214.

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

Color convert

RGB15012158-
CMYK00.190.610.41
HSL41.09º44.23%40.78%-
HSV(B)41.09º61.33%58.82%-
XYZ20.1820.466.89-
YUV122.4991.61147.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=45.59%
G=36.78%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501215800.190.610.4141.0944.2340.78
Hex96793A0133D29292c29
Octal226171720237551515451
Binary100101101111001111010010011111101101001101001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96793A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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