#9A6F27

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

Shades of Buttered Rum #9A6F27

Tints of Buttered Rum #9A6F27

Color information

#9A6F27 (or 0x9A6F27) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6F and 27. RGB value is (154,111,39). Sum of RGB (Red+Green+Blue) = 154+111+39=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6F27 is #6590D8. Grayscale: #737373. Windows color (decimal): -6656217 or 2584474. OLE color: 2584474.

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

Color convert

RGB15411139-
CMYK00.280.750.40
HSL37.57º59.59%37.84%-
HSV(B)37.57º74.68%60.39%-
XYZ19.3818.394.45-
YUV115.6584.75155.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.66%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=50.66%
G=36.51%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541113900.280.750.4037.5759.5937.84
Hex9A6F2701C4B28263c26
Octal2321574703411350467446
Binary1001101011011111001110111001001011101000100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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