#996E34

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

Shades of Buttered Rum #996E34

Tints of Buttered Rum #996E34

Color information

#996E34 (or 0x996E34) is unknown color: approx Buttered Rum. HEX triplet: 99, 6E and 34. RGB value is (153,110,52). Sum of RGB (Red+Green+Blue) = 153+110+52=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #996E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E34 is #6691CB. Grayscale: #747474. Windows color (decimal): -6721996 or 3436185. OLE color: 3436185.

HSL color Cylindrical-coordinate representation of color #996E34: hue angle of 34.46º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #996E34 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB15311052-
CMYK00.280.660.4
HSL34.46º49.27%40.2%-
HSV(B)34.46º66.01%60%-
XYZ19.3318.175.74-
YUV116.2491.75154.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=48.57%
G=34.92%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531105200.280.660.434.4649.2740.2
Hex996E3401C4228223128
Octal2311566403410250426150
Binary1001100111011101101000111001000010101000100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996E34; }

 p { color: rgb(153,110,52); }

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

<style>
 a { background-color: #996E34; }

 a { background-color: rgb(153,110,52); }

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

<style>
 span { border-color: #996E34; }

 span { border-color: rgb(153,110,52); }

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