#9F6C2D

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

Shades of Buttered Rum #9F6C2D

Tints of Buttered Rum #9F6C2D

Color information

#9F6C2D (or 0x9F6C2D) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6C and 2D. RGB value is (159,108,45). Sum of RGB (Red+Green+Blue) = 159+108+45=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6C2D is #6093D2. Grayscale: #747474. Windows color (decimal): -6329299 or 2976927. OLE color: 2976927.

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

Color convert

RGB15910845-
CMYK00.320.720.38
HSL33.16º55.88%40%-
HSV(B)33.16º71.7%62.35%-
XYZ20.1318.294.95-
YUV116.0787.9158.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 45 (17.97% from 255) = 14.42%
R=50.96%
G=34.62%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591084500.320.720.3833.1655.8840
Hex9F6C2D0204826213828
Octal2371545504011046417050
Binary10011111110110010110101000001001000100110100001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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