#9F6C36

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

Shades of Buttered Rum #9F6C36

Tints of Buttered Rum #9F6C36

Color information

#9F6C36 (or 0x9F6C36) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6C and 36. RGB value is (159,108,54). Sum of RGB (Red+Green+Blue) = 159+108+54=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6C36 is #6093C9. Grayscale: #757575. Windows color (decimal): -6329290 or 3566751. OLE color: 3566751.

HSL color Cylindrical-coordinate representation of color #9F6C36: hue angle of 30.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F6C36 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB15910854-
CMYK00.320.660.38
HSL30.86º49.3%41.76%-
HSV(B)30.86º66.04%62.35%-
XYZ20.3318.365.96-
YUV117.0992.4157.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=49.53%
G=33.64%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591085400.320.660.3830.8649.341.76
Hex9F6C3602042261f312a
Octal2371546604010246376152
Binary1001111111011001101100100000100001010011011111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,54); }

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

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

 a { background-color: rgb(159,108,54); }

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

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

 span { border-color: rgb(159,108,54); }

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