#996E38

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

Shades of Buttered Rum #996E38

Tints of Buttered Rum #996E38

Color information

#996E38 (or 0x996E38) is unknown color: approx Buttered Rum. HEX triplet: 99, 6E and 38. RGB value is (153,110,56). Sum of RGB (Red+Green+Blue) = 153+110+56=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E38 is #6691C7. Grayscale: #747474. Windows color (decimal): -6721992 or 3698329. OLE color: 3698329.

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

Color convert

RGB15311056-
CMYK00.280.630.4
HSL33.4º46.41%40.98%-
HSV(B)33.4º63.4%60%-
XYZ19.4318.216.23-
YUV116.793.75153.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=47.96%
G=34.48%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531105600.280.630.433.446.4140.98
Hex996E3801C3F28212e29
Octal231156700347750415651
Binary100110011101110111000011100111111101000100001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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