#996B39

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

Shades of Buttered Rum #996B39

Tints of Buttered Rum #996B39

Color information

#996B39 (or 0x996B39) is unknown color: approx Buttered Rum. HEX triplet: 99, 6B and 39. RGB value is (153,107,57). Sum of RGB (Red+Green+Blue) = 153+107+57=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #996B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B39 is #6694C6. Grayscale: #737373. Windows color (decimal): -6722759 or 3763097. OLE color: 3763097.

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

Color convert

RGB15310757-
CMYK00.300.630.4
HSL31.25º45.71%41.18%-
HSV(B)31.25º62.75%60%-
XYZ19.1317.586.26-
YUV115.0595.24155.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=48.26%
G=33.75%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531075700.300.630.431.2545.7141.18
Hex996B3901E3F281f2e29
Octal231153710367750375651
Binary10011001110101111100101111011111110100011111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,57); }

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

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

 a { background-color: rgb(153,107,57); }

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

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

 span { border-color: rgb(153,107,57); }

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