#96682D

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

Shades of Buttered Rum #96682D

Tints of Buttered Rum #96682D

Color information

#96682D (or 0x96682D) is unknown color: approx Buttered Rum. HEX triplet: 96, 68 and 2D. RGB value is (150,104,45). Sum of RGB (Red+Green+Blue) = 150+104+45=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96682D is #6997D2. Grayscale: #6F6F6F. Windows color (decimal): -6920147 or 2975894. OLE color: 2975894.

HSL color Cylindrical-coordinate representation of color #96682D: hue angle of 33.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96682D is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15010445-
CMYK00.310.700.41
HSL33.71º53.85%38.24%-
HSV(B)33.71º70%58.82%-
XYZ1816.574.73-
YUV111.0390.74155.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 45 (17.97% from 255) = 15.05%
R=50.17%
G=34.78%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501044500.310.700.4133.7153.8538.24
Hex96682D01F4629223626
Octal2261505503710651426646
Binary1001011011010001011010111111000110101001100010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96682D; }

 p { color: rgb(150,104,45); }

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

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

 a { background-color: rgb(150,104,45); }

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

<style>
 span { border-color: #96682D; }

 span { border-color: rgb(150,104,45); }

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