#9A6F3F

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

Shades of Buttered Rum #9A6F3F

Tints of Buttered Rum #9A6F3F

Color information

#9A6F3F (or 0x9A6F3F) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6F and 3F. RGB value is (154,111,63). Sum of RGB (Red+Green+Blue) = 154+111+63=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6F3F is #6590C0. Grayscale: #767676. Windows color (decimal): -6656193 or 4157338. OLE color: 4157338.

HSL color Cylindrical-coordinate representation of color #9A6F3F: hue angle of 31.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A6F3F is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB15411163-
CMYK00.280.590.40
HSL31.65º41.94%42.55%-
HSV(B)31.65º59.09%60.39%-
XYZ19.9118.67.24-
YUV118.3896.75153.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 63 (25% from 255) = 19.21%
R=46.95%
G=33.84%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541116300.280.590.4031.6541.9442.55
Hex9A6F3F01C3B28202a2b
Octal232157770347350405253
Binary100110101101111111111011100111011101000100000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,111,63); }

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

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

 a { background-color: rgb(154,111,63); }

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

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

 span { border-color: rgb(154,111,63); }

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