#9F6D20

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

Shades of Buttered Rum #9F6D20

Tints of Buttered Rum #9F6D20

Color information

#9F6D20 (or 0x9F6D20) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6D and 20. RGB value is (159,109,32). Sum of RGB (Red+Green+Blue) = 159+109+32=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6D20 is #6092DF. Grayscale: #737373. Windows color (decimal): -6329056 or 2125215. OLE color: 2125215.

HSL color Cylindrical-coordinate representation of color #9F6D20: hue angle of 36.38º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F6D20 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15910932-
CMYK00.310.800.38
HSL36.38º66.49%37.45%-
HSV(B)36.38º79.87%62.35%-
XYZ20.0318.413.86-
YUV115.1781.06159.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 32 (12.89% from 255) = 10.67%
R=53%
G=36.33%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591093200.310.800.3836.3866.4937.45
Hex9F6D2001F5026244225
Octal23715540037120464410245
Binary10011111110110110000001111110100001001101001001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,109,32); }

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

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

 a { background-color: rgb(159,109,32); }

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

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

 span { border-color: rgb(159,109,32); }

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