#966829

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

Shades of Buttered Rum #966829

Tints of Buttered Rum #966829

Color information

#966829 (or 0x966829) is unknown color: approx Buttered Rum. HEX triplet: 96, 68 and 29. RGB value is (150,104,41). Sum of RGB (Red+Green+Blue) = 150+104+41=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #966829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966829 is #6997D6. Grayscale: #6E6E6E. Windows color (decimal): -6920151 or 2713750. OLE color: 2713750.

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

Color convert

RGB15010441-
CMYK00.310.730.41
HSL34.68º57.07%37.45%-
HSV(B)34.68º72.67%58.82%-
XYZ17.9316.544.35-
YUV110.5788.74156.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 41 (16.41% from 255) = 13.90%
R=50.85%
G=35.25%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501044100.310.730.4134.6857.0737.45
Hex96682901F4929233925
Octal2261505103711151437145
Binary1001011011010001010010111111001001101001100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966829; }

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

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

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

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

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

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

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

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