#966A35

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

Shades of Buttered Rum #966A35

Tints of Buttered Rum #966A35

Color information

#966A35 (or 0x966A35) is unknown color: approx Buttered Rum. HEX triplet: 96, 6A and 35. RGB value is (150,106,53). Sum of RGB (Red+Green+Blue) = 150+106+53=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #966A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A35 is #6995CA. Grayscale: #717171. Windows color (decimal): -6919627 or 3500694. OLE color: 3500694.

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

Color convert

RGB15010653-
CMYK00.290.650.41
HSL32.78º47.78%39.8%-
HSV(B)32.78º64.67%58.82%-
XYZ18.3717.055.69-
YUV113.1194.08154.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 53 (21.09% from 255) = 17.15%
R=48.54%
G=34.30%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501065300.290.650.4132.7847.7839.8
Hex966A3501D4129213028
Octal2261526503510151416050
Binary1001011011010101101010111011000001101001100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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