#9F6F29

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

Shades of Buttered Rum #9F6F29

Tints of Buttered Rum #9F6F29

Color information

#9F6F29 (or 0x9F6F29) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6F and 29. RGB value is (159,111,41). Sum of RGB (Red+Green+Blue) = 159+111+41=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6F29 is #6090D6. Grayscale: #757575. Windows color (decimal): -6328535 or 2715551. OLE color: 2715551.

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

Color convert

RGB15911141-
CMYK00.300.740.38
HSL35.59º59%39.22%-
HSV(B)35.59º74.21%62.35%-
XYZ20.3818.94.67-
YUV117.3784.9157.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.13%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=51.13%
G=35.69%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591114100.300.740.3835.595939.22
Hex9F6F2901E4A26243b27
Octal2371575103611246447347
Binary1001111111011111010010111101001010100110100100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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