#9F6F3D

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

Shades of Buttered Rum #9F6F3D

Tints of Buttered Rum #9F6F3D

Color information

#9F6F3D (or 0x9F6F3D) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6F and 3D. RGB value is (159,111,61). Sum of RGB (Red+Green+Blue) = 159+111+61=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6F3D is #6090C2. Grayscale: #777777. Windows color (decimal): -6328515 or 4026271. OLE color: 4026271.

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

Color convert

RGB15911161-
CMYK00.300.620.38
HSL30.61º44.55%43.14%-
HSV(B)30.61º61.64%62.35%-
XYZ20.8219.087-
YUV119.6594.9156.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=48.04%
G=33.53%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591116100.300.620.3830.6144.5543.14
Hex9F6F3D01E3E261f2d2b
Octal237157750367646375553
Binary10011111110111111110101111011111010011011111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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