#9c6d3e

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

Shades of Buttered Rum #9C6D3E

Tints of Buttered Rum #9C6D3E

Color information

#9C6D3E (or 0x9C6D3E) is unknown color: approx Buttered Rum. HEX triplet: 9C, 6D and 3E. RGB value is (156,109,62). Sum of RGB (Red+Green+Blue) = 156+109+62=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6D3E is #6392C1. Grayscale: #757575. Windows color (decimal): -6525634 or 4091292. OLE color: 4091292.

HSL color Cylindrical-coordinate representation of color #9C6D3E: hue angle of 30º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C6D3E is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB15610962-
CMYK00.300.600.39
HSL30º43.12%42.75%-
HSV(B)30º60.26%61.18%-
XYZ20.0518.357.04-
YUV117.796.57155.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=47.71%
G=33.33%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561096200.300.600.393043.1242.75
Hex9C6D3E01E3C271e2b2b
Octal234155760367447365353
Binary10011100110110111111001111011110010011111110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c6d3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,109,62); }

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

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

 a { background-color: rgb(156,109,62); }

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

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

 span { border-color: rgb(156,109,62); }

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