#9C6D3A

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

Shades of Buttered Rum #9C6D3A

Tints of Buttered Rum #9C6D3A

Color information

#9C6D3A (or 0x9C6D3A) is unknown color: approx Buttered Rum. HEX triplet: 9C, 6D and 3A. RGB value is (156,109,58). Sum of RGB (Red+Green+Blue) = 156+109+58=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6D3A is #6392C5. Grayscale: #757575. Windows color (decimal): -6525638 or 3829148. OLE color: 3829148.

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

Color convert

RGB15610958-
CMYK00.300.630.39
HSL31.22º45.79%41.96%-
HSV(B)31.22º62.82%61.18%-
XYZ19.9418.316.49-
YUV117.2494.57155.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=48.30%
G=33.75%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561095800.300.630.3931.2245.7941.96
Hex9C6D3A01E3F271f2e2a
Octal234155720367747375652
Binary10011100110110111101001111011111110011111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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