#9F6D2A

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

Shades of Buttered Rum #9F6D2A

Tints of Buttered Rum #9F6D2A

Color information

#9F6D2A (or 0x9F6D2A) is unknown color: approx Buttered Rum. HEX triplet: 9F, 6D and 2A. RGB value is (159,109,42). Sum of RGB (Red+Green+Blue) = 159+109+42=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6D2A is #6092D5. Grayscale: #747474. Windows color (decimal): -6329046 or 2780575. OLE color: 2780575.

HSL color Cylindrical-coordinate representation of color #9F6D2A: hue angle of 34.36º degrees, saturation: 0.58, 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 #9F6D2A is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB15910942-
CMYK00.310.740.38
HSL34.36º58.21%39.41%-
HSV(B)34.36º73.58%62.35%-
XYZ20.1818.484.69-
YUV116.3186.06158.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.29%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=51.29%
G=35.16%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591094200.310.740.3834.3658.2139.41
Hex9F6D2A01F4A26223a27
Octal2371555203711246427247
Binary1001111111011011010100111111001010100110100010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,109,42); }

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

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

 a { background-color: rgb(159,109,42); }

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

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

 span { border-color: rgb(159,109,42); }

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