#966D30

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

Shades of Buttered Rum #966D30

Tints of Buttered Rum #966D30

Color information

#966D30 (or 0x966D30) is unknown color: approx Buttered Rum. HEX triplet: 96, 6D and 30. RGB value is (150,109,48). Sum of RGB (Red+Green+Blue) = 150+109+48=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #966D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D30 is #6992CF. Grayscale: #727272. Windows color (decimal): -6918864 or 3173782. OLE color: 3173782.

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

Color convert

RGB15010948-
CMYK00.270.680.41
HSL35.88º51.52%38.82%-
HSV(B)35.88º68%58.82%-
XYZ18.5817.635.22-
YUV114.390.58153.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 48 (19.14% from 255) = 15.64%
R=48.86%
G=35.50%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501094800.270.680.4135.8851.5238.82
Hex966D3001B4429243427
Octal2261556003310451446447
Binary1001011011011011100000110111000100101001100100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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