#9F6C35

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

Shades of Buttered Rum #9F6C35

Tints of Buttered Rum #9F6C35

Color information

#9F6C35 (or 0x9F6C35) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6C and 35. RGB value is (159,108,53). Sum of RGB (Red+Green+Blue) = 159+108+53=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6C35 is #6093CA. Grayscale: #757575. Windows color (decimal): -6329291 or 3501215. OLE color: 3501215.

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

Color convert

RGB15910853-
CMYK00.320.670.38
HSL31.13º50%41.57%-
HSV(B)31.13º66.67%62.35%-
XYZ20.318.355.84-
YUV116.9891.9157.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.69%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=49.69%
G=33.75%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591085300.320.670.3831.135041.57
Hex9F6C3502043261f322a
Octal2371546504010346376252
Binary1001111111011001101010100000100001110011011111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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