#9A7D3C

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

Shades of Buttered Rum #9A7D3C

Tints of Buttered Rum #9A7D3C

Color information

#9A7D3C (or 0x9A7D3C) is unknown color: approx Buttered Rum. HEX triplet: 9A, 7D and 3C. RGB value is (154,125,60). Sum of RGB (Red+Green+Blue) = 154+125+60=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7D3C is #6582C3. Grayscale: #7E7E7E. Windows color (decimal): -6652612 or 3964314. OLE color: 3964314.

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

Color convert

RGB15412560-
CMYK00.190.610.40
HSL41.49º43.93%41.96%-
HSV(B)41.49º61.04%60.39%-
XYZ21.4821.867.36-
YUV126.2690.61147.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=45.43%
G=36.87%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541256000.190.610.4041.4943.9341.96
Hex9A7D3C0133D28292c2a
Octal232175740237550515452
Binary100110101111101111100010011111101101000101001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,125,60); }

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

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

 a { background-color: rgb(154,125,60); }

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

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

 span { border-color: rgb(154,125,60); }

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