#996D31

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

Shades of Buttered Rum #996D31

Tints of Buttered Rum #996D31

Color information

#996D31 (or 0x996D31) is unknown color: approx Buttered Rum. HEX triplet: 99, 6D and 31. RGB value is (153,109,49). Sum of RGB (Red+Green+Blue) = 153+109+49=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #996D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D31 is #6692CE. Grayscale: #737373. Windows color (decimal): -6722255 or 3239321. OLE color: 3239321.

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

Color convert

RGB15310949-
CMYK00.290.680.4
HSL34.62º51.49%39.61%-
HSV(B)34.62º67.97%60%-
XYZ19.1617.935.36-
YUV115.3290.58154.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 49 (19.53% from 255) = 15.76%
R=49.20%
G=35.05%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531094900.290.680.434.6251.4939.61
Hex996D3101D4428233328
Octal2311556103510450436350
Binary1001100111011011100010111011000100101000100011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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