#966B2C

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

Shades of Buttered Rum #966B2C

Tints of Buttered Rum #966B2C

Color information

#966B2C (or 0x966B2C) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 2C. RGB value is (150,107,44). Sum of RGB (Red+Green+Blue) = 150+107+44=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B2C is #6994D3. Grayscale: #707070. Windows color (decimal): -6919380 or 2911126. OLE color: 2911126.

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

Color convert

RGB15010744-
CMYK00.290.710.41
HSL35.66º54.64%38.04%-
HSV(B)35.66º70.67%58.82%-
XYZ18.2917.184.74-
YUV112.6889.25154.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 44 (17.58% from 255) = 14.62%
R=49.83%
G=35.55%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501074400.290.710.4135.6654.6438.04
Hex966B2C01D4729243726
Octal2261535403510751446746
Binary1001011011010111011000111011000111101001100100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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