#9C6C26

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

Shades of Buttered Rum #9C6C26

Tints of Buttered Rum #9C6C26

Color information

#9C6C26 (or 0x9C6C26) is unknown color: approx Buttered Rum. HEX triplet: 9C, 6C and 26. RGB value is (156,108,38). Sum of RGB (Red+Green+Blue) = 156+108+38=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6C26 is #6393D9. Grayscale: #727272. Windows color (decimal): -6525914 or 2518172. OLE color: 2518172.

HSL color Cylindrical-coordinate representation of color #9C6C26: hue angle of 35.59º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C6C26 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB15610838-
CMYK00.310.760.39
HSL35.59º60.82%38.04%-
HSV(B)35.59º75.64%61.18%-
XYZ19.4217.934.27-
YUV114.3784.9157.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=51.66%
G=35.76%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561083800.310.760.3935.5960.8238.04
Hex9C6C2601F4C27243d26
Octal2341544603711447447546
Binary1001110011011001001100111111001100100111100100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,108,38); }

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

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

 a { background-color: rgb(156,108,38); }

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

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

 span { border-color: rgb(156,108,38); }

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