#9A7C3C

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

Shades of Buttered Rum #9A7C3C

Tints of Buttered Rum #9A7C3C

Color information

#9A7C3C (or 0x9A7C3C) is unknown color: approx Buttered Rum. HEX triplet: 9A, 7C and 3C. RGB value is (154,124,60). Sum of RGB (Red+Green+Blue) = 154+124+60=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7C3C is #6583C3. Grayscale: #7D7D7D. Windows color (decimal): -6652868 or 3964058. OLE color: 3964058.

HSL color Cylindrical-coordinate representation of color #9A7C3C: hue angle of 40.85º 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 #9A7C3C is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB15412460-
CMYK00.190.610.40
HSL40.85º43.93%41.96%-
HSV(B)40.85º61.04%60.39%-
XYZ21.3521.617.32-
YUV125.6790.94148.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 124 (48.83% from 255) = 36.69%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=45.56%
G=36.69%
B=17.75%

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
Decimal1541246000.190.610.4040.8543.9341.96
Hex9A7C3C0133D28292c2a
Octal232174740237550515452
Binary100110101111100111100010011111101101000101001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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