#9F6F27

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

Shades of Buttered Rum #9F6F27

Tints of Buttered Rum #9F6F27

Color information

#9F6F27 (or 0x9F6F27) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6F and 27. RGB value is (159,111,39). Sum of RGB (Red+Green+Blue) = 159+111+39=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6F27 is #6090D8. Grayscale: #757575. Windows color (decimal): -6328537 or 2584479. OLE color: 2584479.

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

Color convert

RGB15911139-
CMYK00.300.750.38
HSL36º60.61%38.82%-
HSV(B)36º75.47%62.35%-
XYZ20.3518.894.49-
YUV117.1483.9157.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.46%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=51.46%
G=35.92%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591113900.300.750.383660.6138.82
Hex9F6F2701E4B26243d27
Octal2371574703611346447547
Binary1001111111011111001110111101001011100110100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,111,39); }

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

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

 a { background-color: rgb(159,111,39); }

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

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

 span { border-color: rgb(159,111,39); }

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