#966831

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

Shades of Buttered Rum #966831

Tints of Buttered Rum #966831

Color information

#966831 (or 0x966831) is unknown color: approx Buttered Rum. HEX triplet: 96, 68 and 31. RGB value is (150,104,49). Sum of RGB (Red+Green+Blue) = 150+104+49=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #966831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966831 is #6997CE. Grayscale: #6F6F6F. Windows color (decimal): -6920143 or 3238038. OLE color: 3238038.

HSL color Cylindrical-coordinate representation of color #966831: hue angle of 32.67º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #966831 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15010449-
CMYK00.310.670.41
HSL32.67º50.75%39.02%-
HSV(B)32.67º67.33%58.82%-
XYZ18.0816.615.16-
YUV111.4892.74155.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 49 (19.53% from 255) = 16.17%
R=49.50%
G=34.32%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501044900.310.670.4132.6750.7539.02
Hex96683101F4329213327
Octal2261506103710351416347
Binary1001011011010001100010111111000011101001100001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966831; }

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

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

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

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

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

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

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

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