#996D38

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

Shades of Buttered Rum #996D38

Tints of Buttered Rum #996D38

Color information

#996D38 (or 0x996D38) is unknown color: approx Buttered Rum. HEX triplet: 99, 6D and 38. RGB value is (153,109,56). Sum of RGB (Red+Green+Blue) = 153+109+56=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #996D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D38 is #6692C7. Grayscale: #747474. Windows color (decimal): -6722248 or 3698073. OLE color: 3698073.

HSL color Cylindrical-coordinate representation of color #996D38: hue angle of 32.78º 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 #996D38 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB15310956-
CMYK00.290.630.4
HSL32.78º46.41%40.98%-
HSV(B)32.78º63.4%60%-
XYZ19.32186.2-
YUV116.1194.08154.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=48.11%
G=34.28%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531095600.290.630.432.7846.4140.98
Hex996D3801D3F28212e29
Octal231155700357750415651
Binary100110011101101111000011101111111101000100001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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