#966B34

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

Shades of Buttered Rum #966B34

Tints of Buttered Rum #966B34

Color information

#966B34 (or 0x966B34) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 34. RGB value is (150,107,52). Sum of RGB (Red+Green+Blue) = 150+107+52=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #966B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B34 is #6994CB. Grayscale: #717171. Windows color (decimal): -6919372 or 3435414. OLE color: 3435414.

HSL color Cylindrical-coordinate representation of color #966B34: hue angle of 33.67º degrees, saturation: 0.49, 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 #966B34 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15010752-
CMYK00.290.650.41
HSL33.67º48.51%39.61%-
HSV(B)33.67º65.33%58.82%-
XYZ18.4617.255.61-
YUV113.5993.25153.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=48.54%
G=34.63%
B=16.83%

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
Decimal1501075200.290.650.4133.6748.5139.61
Hex966B3401D4129223128
Octal2261536403510151426150
Binary1001011011010111101000111011000001101001100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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