#9F6E34

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

Shades of Buttered Rum #9F6E34

Tints of Buttered Rum #9F6E34

Color information

#9F6E34 (or 0x9F6E34) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6E and 34. RGB value is (159,110,52). Sum of RGB (Red+Green+Blue) = 159+110+52=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6E34 is #6091CB. Grayscale: #767676. Windows color (decimal): -6328780 or 3436191. OLE color: 3436191.

HSL color Cylindrical-coordinate representation of color #9F6E34: hue angle of 32.52º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F6E34 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB15911052-
CMYK00.310.670.38
HSL32.52º50.71%41.37%-
HSV(B)32.52º67.3%62.35%-
XYZ20.4918.775.79-
YUV118.0490.73157.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=49.53%
G=34.27%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591105200.310.670.3832.5250.7141.37
Hex9F6E3401F4326213329
Octal2371566403710346416351
Binary1001111111011101101000111111000011100110100001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,110,52); }

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

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

 a { background-color: rgb(159,110,52); }

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

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

 span { border-color: rgb(159,110,52); }

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