#9A6A35

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

Shades of Buttered Rum #9A6A35

Tints of Buttered Rum #9A6A35

Color information

#9A6A35 (or 0x9A6A35) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6A and 35. RGB value is (154,106,53). Sum of RGB (Red+Green+Blue) = 154+106+53=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6A35 is #6595CA. Grayscale: #727272. Windows color (decimal): -6657483 or 3500698. OLE color: 3500698.

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

Color convert

RGB15410653-
CMYK00.310.660.40
HSL31.49º48.79%40.59%-
HSV(B)31.49º65.58%60.39%-
XYZ19.1217.445.73-
YUV114.3193.4156.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.20%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=49.20%
G=33.87%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541065300.310.660.4031.4948.7940.59
Hex9A6A3501F42281f3129
Octal2321526503710250376151
Binary100110101101010110101011111100001010100011111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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