#996D32

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

Shades of Buttered Rum #996D32

Tints of Buttered Rum #996D32

Color information

#996D32 (or 0x996D32) is unknown color: approx Buttered Rum. HEX triplet: 99, 6D and 32. RGB value is (153,109,50). Sum of RGB (Red+Green+Blue) = 153+109+50=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #996D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D32 is #6692CD. Grayscale: #737373. Windows color (decimal): -6722254 or 3304857. OLE color: 3304857.

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

Color convert

RGB15310950-
CMYK00.290.670.4
HSL34.37º50.74%39.8%-
HSV(B)34.37º67.32%60%-
XYZ19.1817.945.47-
YUV115.4391.08154.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 50 (19.92% from 255) = 16.03%
R=49.04%
G=34.94%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531095000.290.670.434.3750.7439.8
Hex996D3201D4328223328
Octal2311556203510350426350
Binary1001100111011011100100111011000011101000100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,50); }

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

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

 a { background-color: rgb(153,109,50); }

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

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

 span { border-color: rgb(153,109,50); }

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