#9A6A27

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

Shades of Buttered Rum #9A6A27

Tints of Buttered Rum #9A6A27

Color information

#9A6A27 (or 0x9A6A27) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6A and 27. RGB value is (154,106,39). Sum of RGB (Red+Green+Blue) = 154+106+39=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6A27 is #6595D8. Grayscale: #717171. Windows color (decimal): -6657497 or 2583194. OLE color: 2583194.

HSL color Cylindrical-coordinate representation of color #9A6A27: hue angle of 34.96º 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 #9A6A27 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB15410639-
CMYK00.310.750.40
HSL34.96º59.59%37.84%-
HSV(B)34.96º74.68%60.39%-
XYZ18.8517.324.27-
YUV112.7186.4157.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.51%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 39 (15.62% from 255) = 13.04%
R=51.51%
G=35.45%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541063900.310.750.4034.9659.5937.84
Hex9A6A2701F4B28233c26
Octal2321524703711350437446
Binary1001101011010101001110111111001011101000100011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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