#9C6E31

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

Shades of Buttered Rum #9C6E31

Tints of Buttered Rum #9C6E31

Color information

#9C6E31 (or 0x9C6E31) is unknown color: approx Buttered Rum. HEX triplet: 9C, 6E and 31. RGB value is (156,110,49). Sum of RGB (Red+Green+Blue) = 156+110+49=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6E31 is #6391CE. Grayscale: #757575. Windows color (decimal): -6525391 or 3239580. OLE color: 3239580.

HSL color Cylindrical-coordinate representation of color #9C6E31: hue angle of 34.21º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C6E31 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB15611049-
CMYK00.290.690.39
HSL34.21º52.2%40.2%-
HSV(B)34.21º68.59%61.18%-
XYZ19.8418.445.42-
YUV116.889.74155.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=49.52%
G=34.92%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561104900.290.690.3934.2152.240.2
Hex9C6E3101D4527223428
Octal2341566103510547426450
Binary1001110011011101100010111011000101100111100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,110,49); }

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

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

 a { background-color: rgb(156,110,49); }

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

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

 span { border-color: rgb(156,110,49); }

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