#966D38

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

Shades of Buttered Rum #966D38

Tints of Buttered Rum #966D38

Color information

#966D38 (or 0x966D38) is unknown color: approx Buttered Rum. HEX triplet: 96, 6D and 38. RGB value is (150,109,56). Sum of RGB (Red+Green+Blue) = 150+109+56=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #966D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D38 is #6992C7. Grayscale: #737373. Windows color (decimal): -6918856 or 3698070. OLE color: 3698070.

HSL color Cylindrical-coordinate representation of color #966D38: hue angle of 33.83º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #966D38 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB15010956-
CMYK00.270.630.41
HSL33.83º45.63%40.39%-
HSV(B)33.83º62.67%58.82%-
XYZ18.7617.716.17-
YUV115.2294.58152.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=47.62%
G=34.60%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501095600.270.630.4133.8345.6340.39
Hex966D3801B3F29222e28
Octal226155700337751425650
Binary100101101101101111000011011111111101001100010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966D38; }

 p { color: rgb(150,109,56); }

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

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

 a { background-color: rgb(150,109,56); }

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

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

 span { border-color: rgb(150,109,56); }

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