#966F3A

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

Shades of Buttered Rum #966F3A

Tints of Buttered Rum #966F3A

Color information

#966F3A (or 0x966F3A) is unknown color: approx Buttered Rum. HEX triplet: 96, 6F and 3A. RGB value is (150,111,58). Sum of RGB (Red+Green+Blue) = 150+111+58=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #966F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F3A is #6990C5. Grayscale: #747474. Windows color (decimal): -6918342 or 3829654. OLE color: 3829654.

HSL color Cylindrical-coordinate representation of color #966F3A: hue angle of 34.57º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #966F3A is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15011158-
CMYK00.260.610.41
HSL34.57º44.23%40.78%-
HSV(B)34.57º61.33%58.82%-
XYZ19.0318.166.51-
YUV116.6294.92151.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=47.02%
G=34.80%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501115800.260.610.4134.5744.2340.78
Hex966F3A01A3D29232c29
Octal226157720327551435451
Binary100101101101111111010011010111101101001100011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,58); }

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

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

 a { background-color: rgb(150,111,58); }

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

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

 span { border-color: rgb(150,111,58); }

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