#966A2F

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

Shades of Buttered Rum #966A2F

Tints of Buttered Rum #966A2F

Color information

#966A2F (or 0x966A2F) is unknown color: approx Buttered Rum. HEX triplet: 96, 6A and 2F. RGB value is (150,106,47). Sum of RGB (Red+Green+Blue) = 150+106+47=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #966A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A2F is #6995D0. Grayscale: #707070. Windows color (decimal): -6919633 or 3107478. OLE color: 3107478.

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

Color convert

RGB15010647-
CMYK00.290.690.41
HSL34.37º52.28%38.63%-
HSV(B)34.37º68.67%58.82%-
XYZ18.24175.01-
YUV112.4391.08154.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=49.50%
G=34.98%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501064700.290.690.4134.3752.2838.63
Hex966A2F01D4529223427
Octal2261525703510551426447
Binary1001011011010101011110111011000101101001100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,106,47); }

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

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

 a { background-color: rgb(150,106,47); }

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

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

 span { border-color: rgb(150,106,47); }

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