#9C7136

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

Shades of Buttered Rum #9C7136

Tints of Buttered Rum #9C7136

Color information

#9C7136 (or 0x9C7136) is unknown color: approx Buttered Rum. HEX triplet: 9C, 71 and 36. RGB value is (156,113,54). Sum of RGB (Red+Green+Blue) = 156+113+54=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7136 is #638EC9. Grayscale: #777777. Windows color (decimal): -6524618 or 3568028. OLE color: 3568028.

HSL color Cylindrical-coordinate representation of color #9C7136: hue angle of 34.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C7136 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB15611354-
CMYK00.280.650.39
HSL34.71º48.57%41.18%-
HSV(B)34.71º65.38%61.18%-
XYZ20.2819.146.12-
YUV119.1391.25154.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 54 (21.48% from 255) = 16.72%
R=48.30%
G=34.98%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561135400.280.650.3934.7148.5741.18
Hex9C713601C4127233129
Octal2341616603410147436151
Binary1001110011100011101100111001000001100111100011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C7136; }

 p { color: rgb(156,113,54); }

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

<style>
 a { background-color: #9C7136; }

 a { background-color: rgb(156,113,54); }

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

<style>
 span { border-color: #9C7136; }

 span { border-color: rgb(156,113,54); }

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