#966B24

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

Shades of Buttered Rum #966B24

Tints of Buttered Rum #966B24

Color information

#966B24 (or 0x966B24) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 24. RGB value is (150,107,36). Sum of RGB (Red+Green+Blue) = 150+107+36=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #966B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B24 is #6994DB. Grayscale: #707070. Windows color (decimal): -6919388 or 2386838. OLE color: 2386838.

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

Color convert

RGB15010736-
CMYK00.290.760.41
HSL37.37º61.29%36.47%-
HSV(B)37.37º76%58.82%-
XYZ18.1517.134.02-
YUV111.7685.25155.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=51.19%
G=36.52%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501073600.290.760.4137.3761.2936.47
Hex966B2401D4C29253d24
Octal2261534403511451457544
Binary1001011011010111001000111011001100101001100101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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