#9a6b25

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

Shades of Buttered Rum #9A6B25

Tints of Buttered Rum #9A6B25

Color information

#9A6B25 (or 0x9A6B25) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6B and 25. RGB value is (154,107,37). Sum of RGB (Red+Green+Blue) = 154+107+37=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B25 is #6594DA. Grayscale: #717171. Windows color (decimal): -6657243 or 2452378. OLE color: 2452378.

HSL color Cylindrical-coordinate representation of color #9A6B25: hue angle of 35.9º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A6B25 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15410737-
CMYK00.310.760.40
HSL35.9º61.26%37.45%-
HSV(B)35.9º75.97%60.39%-
XYZ18.9217.524.13-
YUV113.0785.07157.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.68%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=51.68%
G=35.91%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541073700.310.760.4035.961.2637.45
Hex9A6B2501F4C28243d25
Octal2321534503711450447545
Binary1001101011010111001010111111001100101000100100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a6b25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,107,37); }

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

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

 a { background-color: rgb(154,107,37); }

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

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

 span { border-color: rgb(154,107,37); }

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