#96732C

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

Shades of Buttered Rum #96732C

Tints of Buttered Rum #96732C

Color information

#96732C (or 0x96732C) is unknown color: approx Buttered Rum. HEX triplet: 96, 73 and 2C. RGB value is (150,115,44). Sum of RGB (Red+Green+Blue) = 150+115+44=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96732C is #698CD3. Grayscale: #757575. Windows color (decimal): -6917332 or 2913174. OLE color: 2913174.

HSL color Cylindrical-coordinate representation of color #96732C: hue angle of 40.19º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96732C is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15011544-
CMYK00.230.710.41
HSL40.19º54.64%38.04%-
HSV(B)40.19º70.67%58.82%-
XYZ19.1618.935.03-
YUV117.3786.6151.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=48.54%
G=37.22%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501154400.230.710.4140.1954.6438.04
Hex96732C0174729283726
Octal2261635402710751506746
Binary1001011011100111011000101111000111101001101000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96732C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,115,44); }

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

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

 a { background-color: rgb(150,115,44); }

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

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

 span { border-color: rgb(150,115,44); }

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