#9A6C3B

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

Shades of Buttered Rum #9A6C3B

Tints of Buttered Rum #9A6C3B

Color information

#9A6C3B (or 0x9A6C3B) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6C and 3B. RGB value is (154,108,59). Sum of RGB (Red+Green+Blue) = 154+108+59=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6C3B is #6593C4. Grayscale: #747474. Windows color (decimal): -6656965 or 3894426. OLE color: 3894426.

HSL color Cylindrical-coordinate representation of color #9A6C3B: hue angle of 30.95º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A6C3B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB15410859-
CMYK00.300.620.40
HSL30.95º44.6%41.76%-
HSV(B)30.95º61.69%60.39%-
XYZ19.4817.916.57-
YUV116.1795.74154.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.98%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=47.98%
G=33.64%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541085900.300.620.4030.9544.641.76
Hex9A6C3B01E3E281f2d2a
Octal232154730367650375552
Binary10011010110110011101101111011111010100011111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,59); }

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

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

 a { background-color: rgb(154,108,59); }

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

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

 span { border-color: rgb(154,108,59); }

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