#996D3B

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

Shades of Buttered Rum #996D3B

Tints of Buttered Rum #996D3B

Color information

#996D3B (or 0x996D3B) is unknown color: approx Buttered Rum. HEX triplet: 99, 6D and 3B. RGB value is (153,109,59). Sum of RGB (Red+Green+Blue) = 153+109+59=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #996D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D3B is #6692C4. Grayscale: #747474. Windows color (decimal): -6722245 or 3894681. OLE color: 3894681.

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

Color convert

RGB15310959-
CMYK00.290.610.4
HSL31.91º44.34%41.57%-
HSV(B)31.91º61.44%60%-
XYZ19.3918.036.59-
YUV116.4695.58154.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=47.66%
G=33.96%
B=18.38%

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
Decimal1531095900.290.610.431.9144.3441.57
Hex996D3B01D3D28202c2a
Octal231155730357550405452
Binary100110011101101111011011101111101101000100000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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