#966B26

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

Shades of Buttered Rum #966B26

Tints of Buttered Rum #966B26

Color information

#966B26 (or 0x966B26) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 26. RGB value is (150,107,38). Sum of RGB (Red+Green+Blue) = 150+107+38=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #966B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B26 is #6994D9. Grayscale: #707070. Windows color (decimal): -6919386 or 2517910. OLE color: 2517910.

HSL color Cylindrical-coordinate representation of color #966B26: hue angle of 36.96º 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 #966B26 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15010738-
CMYK00.290.750.41
HSL36.96º59.57%36.86%-
HSV(B)36.96º74.67%58.82%-
XYZ18.1917.144.18-
YUV111.9986.25155.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=50.85%
G=36.27%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501073800.290.750.4136.9659.5736.86
Hex966B2601D4B29253c25
Octal2261534603511351457445
Binary1001011011010111001100111011001011101001100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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