#966B37

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

Shades of Buttered Rum #966B37

Tints of Buttered Rum #966B37

Color information

#966B37 (or 0x966B37) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 37. RGB value is (150,107,55). Sum of RGB (Red+Green+Blue) = 150+107+55=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #966B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B37 is #6994C8. Grayscale: #727272. Windows color (decimal): -6919369 or 3632022. OLE color: 3632022.

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

Color convert

RGB15010755-
CMYK00.290.630.41
HSL32.84º46.34%40.2%-
HSV(B)32.84º63.33%58.82%-
XYZ18.5217.285.97-
YUV113.9394.75153.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 55 (21.88% from 255) = 17.63%
R=48.08%
G=34.29%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501075500.290.630.4132.8446.3440.2
Hex966B3701D3F29212e28
Octal226153670357751415650
Binary100101101101011110111011101111111101001100001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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