#9F682B

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

Shades of Buttered Rum #9F682B

Tints of Buttered Rum #9F682B

Color information

#9F682B (or 0x9F682B) is unknown color: approx Buttered Rum. HEX triplet: 9F, 68 and 2B. RGB value is (159,104,43). Sum of RGB (Red+Green+Blue) = 159+104+43=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F682B is #6097D4. Grayscale: #717171. Windows color (decimal): -6330325 or 2844831. OLE color: 2844831.

HSL color Cylindrical-coordinate representation of color #9F682B: hue angle of 31.55º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F682B is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB15910443-
CMYK00.350.730.38
HSL31.55º57.43%39.61%-
HSV(B)31.55º72.96%62.35%-
XYZ19.6817.454.62-
YUV113.4988.22160.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 43 (17.19% from 255) = 14.05%
R=51.96%
G=33.99%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591044300.350.730.3831.5557.4339.61
Hex9F682B0234926203928
Octal2371505304311146407150
Binary10011111110100010101101000111001001100110100000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,104,43); }

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

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

 a { background-color: rgb(159,104,43); }

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

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

 span { border-color: rgb(159,104,43); }

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