#996C3B

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

Shades of Buttered Rum #996C3B

Tints of Buttered Rum #996C3B

Color information

#996C3B (or 0x996C3B) is unknown color: approx Buttered Rum. HEX triplet: 99, 6C and 3B. RGB value is (153,108,59). Sum of RGB (Red+Green+Blue) = 153+108+59=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C3B is #6693C4. Grayscale: #747474. Windows color (decimal): -6722501 or 3894425. OLE color: 3894425.

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

Color convert

RGB15310859-
CMYK00.290.610.4
HSL31.28º44.34%41.57%-
HSV(B)31.28º61.44%60%-
XYZ19.2917.816.56-
YUV115.8795.91154.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=47.81%
G=33.75%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531085900.290.610.431.2844.3441.57
Hex996C3B01D3D281f2c2a
Octal231154730357550375452
Binary10011001110110011101101110111110110100011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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