#966B33

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

Shades of Buttered Rum #966B33

Tints of Buttered Rum #966B33

Color information

#966B33 (or 0x966B33) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 33. RGB value is (150,107,51). Sum of RGB (Red+Green+Blue) = 150+107+51=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #966B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B33 is #6994CC. Grayscale: #717171. Windows color (decimal): -6919373 or 3369878. OLE color: 3369878.

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

Color convert

RGB15010751-
CMYK00.290.660.41
HSL33.94º49.25%39.41%-
HSV(B)33.94º66%58.82%-
XYZ18.4317.245.49-
YUV113.4792.75154.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=48.70%
G=34.74%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501075100.290.660.4133.9449.2539.41
Hex966B3301D4229223127
Octal2261536303510251426147
Binary1001011011010111100110111011000010101001100010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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