#9A6B30

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

Shades of Buttered Rum #9A6B30

Tints of Buttered Rum #9A6B30

Color information

#9A6B30 (or 0x9A6B30) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6B and 30. RGB value is (154,107,48). Sum of RGB (Red+Green+Blue) = 154+107+48=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B30 is #6594CF. Grayscale: #727272. Windows color (decimal): -6657232 or 3173274. OLE color: 3173274.

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

Color convert

RGB15410748-
CMYK00.310.690.40
HSL33.4º52.48%39.61%-
HSV(B)33.4º68.83%60.39%-
XYZ19.1217.65.19-
YUV114.3390.57156.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 48 (19.14% from 255) = 15.53%
R=49.84%
G=34.63%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541074800.310.690.4033.452.4839.61
Hex9A6B3001F4528213428
Octal2321536003710550416450
Binary1001101011010111100000111111000101101000100001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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