#966D26

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

Shades of Buttered Rum #966D26

Tints of Buttered Rum #966D26

Color information

#966D26 (or 0x966D26) is unknown color: approx Buttered Rum. HEX triplet: 96, 6D and 26. RGB value is (150,109,38). Sum of RGB (Red+Green+Blue) = 150+109+38=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #966D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D26 is #6992D9. Grayscale: #717171. Windows color (decimal): -6918874 or 2518422. OLE color: 2518422.

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

Color convert

RGB15010938-
CMYK00.270.750.41
HSL38.04º59.57%36.86%-
HSV(B)38.04º74.67%58.82%-
XYZ18.417.564.25-
YUV113.1685.58154.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=50.51%
G=36.70%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501093800.270.750.4138.0459.5736.86
Hex966D2601B4B29263c25
Octal2261554603311351467445
Binary1001011011011011001100110111001011101001100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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