#9F6F34

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

Shades of Buttered Rum #9F6F34

Tints of Buttered Rum #9F6F34

Color information

#9F6F34 (or 0x9F6F34) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6F and 34. RGB value is (159,111,52). Sum of RGB (Red+Green+Blue) = 159+111+52=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6F34 is #6090CB. Grayscale: #767676. Windows color (decimal): -6328524 or 3436447. OLE color: 3436447.

HSL color Cylindrical-coordinate representation of color #9F6F34: hue angle of 33.08º 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 #9F6F34 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB15911152-
CMYK00.300.670.38
HSL33.08º50.71%41.37%-
HSV(B)33.08º67.3%62.35%-
XYZ20.618.995.83-
YUV118.6390.4156.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.38%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 52 (20.70% from 255) = 16.15%
R=49.38%
G=34.47%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591115200.300.670.3833.0850.7141.37
Hex9F6F3401E4326213329
Octal2371576403610346416351
Binary1001111111011111101000111101000011100110100001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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