#9A7026

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

Shades of Buttered Rum #9A7026

Tints of Buttered Rum #9A7026

Color information

#9A7026 (or 0x9A7026) is unknown color: approx Buttered Rum. HEX triplet: 9A, 70 and 26. RGB value is (154,112,38). Sum of RGB (Red+Green+Blue) = 154+112+38=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7026 is #658FD9. Grayscale: #747474. Windows color (decimal): -6655962 or 2519194. OLE color: 2519194.

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

Color convert

RGB15411238-
CMYK00.270.750.40
HSL38.28º60.42%37.65%-
HSV(B)38.28º75.32%60.39%-
XYZ19.4718.64.4-
YUV116.1283.91155.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.66%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 38 (15.23% from 255) = 12.5%
R=50.66%
G=36.84%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541123800.270.750.4038.2860.4237.65
Hex9A702601B4B28263c26
Octal2321604603311350467446
Binary1001101011100001001100110111001011101000100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,112,38); }

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

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

 a { background-color: rgb(154,112,38); }

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

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

 span { border-color: rgb(154,112,38); }

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