#9a703c

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

Shades of Buttered Rum #9A703C

Tints of Buttered Rum #9A703C

Color information

#9A703C (or 0x9A703C) is unknown color: approx Buttered Rum. HEX triplet: 9A, 70 and 3C. RGB value is (154,112,60). Sum of RGB (Red+Green+Blue) = 154+112+60=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A703C is #658FC3. Grayscale: #767676. Windows color (decimal): -6655940 or 3960986. OLE color: 3960986.

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

Color convert

RGB15411260-
CMYK00.270.610.40
HSL33.19º43.93%41.96%-
HSV(B)33.19º61.04%60.39%-
XYZ19.9418.786.85-
YUV118.6394.91153.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.24%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=47.24%
G=34.36%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541126000.270.610.4033.1943.9341.96
Hex9A703C01B3D28212c2a
Octal232160740337550415452
Binary100110101110000111100011011111101101000100001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a703c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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