#966A34

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

Shades of Buttered Rum #966A34

Tints of Buttered Rum #966A34

Color information

#966A34 (or 0x966A34) is unknown color: approx Buttered Rum. HEX triplet: 96, 6A and 34. RGB value is (150,106,52). Sum of RGB (Red+Green+Blue) = 150+106+52=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #966A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A34 is #6995CB. Grayscale: #717171. Windows color (decimal): -6919628 or 3435158. OLE color: 3435158.

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

Color convert

RGB15010652-
CMYK00.290.650.41
HSL33.06º48.51%39.61%-
HSV(B)33.06º65.33%58.82%-
XYZ18.3517.045.57-
YUV11393.58154.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=48.70%
G=34.42%
B=16.88%

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
Decimal1501065200.290.650.4133.0648.5139.61
Hex966A3401D4129213128
Octal2261526403510151416150
Binary1001011011010101101000111011000001101001100001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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