#9A6629

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

Shades of Buttered Rum #9A6629

Tints of Buttered Rum #9A6629

Color information

#9A6629 (or 0x9A6629) is unknown color: approx Buttered Rum. HEX triplet: 9A, 66 and 29. RGB value is (154,102,41). Sum of RGB (Red+Green+Blue) = 154+102+41=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6629 is #6599D6. Grayscale: #6E6E6E. Windows color (decimal): -6658519 or 2713242. OLE color: 2713242.

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

Color convert

RGB15410241-
CMYK00.340.730.40
HSL32.39º57.95%38.24%-
HSV(B)32.39º73.38%60.39%-
XYZ18.4816.534.32-
YUV110.5988.73158.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.85%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=51.85%
G=34.34%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541024100.340.730.4032.3957.9538.24
Hex9A66290224928203a26
Octal2321465104211150407246
Binary10011010110011010100101000101001001101000100000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,102,41); }

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

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

 a { background-color: rgb(154,102,41); }

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

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

 span { border-color: rgb(154,102,41); }

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