#996C36

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

Shades of Buttered Rum #996C36

Tints of Buttered Rum #996C36

Color information

#996C36 (or 0x996C36) is unknown color: approx Buttered Rum. HEX triplet: 99, 6C and 36. RGB value is (153,108,54). Sum of RGB (Red+Green+Blue) = 153+108+54=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #996C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C36 is #6693C9. Grayscale: #737373. Windows color (decimal): -6722506 or 3566745. OLE color: 3566745.

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

Color convert

RGB15310854-
CMYK00.290.650.4
HSL32.73º47.83%40.59%-
HSV(B)32.73º64.71%60%-
XYZ19.1717.765.91-
YUV115.393.41154.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=48.57%
G=34.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531085400.290.650.432.7347.8340.59
Hex996C3601D4128213029
Octal2311546603510150416051
Binary1001100111011001101100111011000001101000100001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,108,54); }

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

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

 a { background-color: rgb(153,108,54); }

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

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

 span { border-color: rgb(153,108,54); }

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