#98773C

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

Shades of Buttered Rum #98773C

Tints of Buttered Rum #98773C

Color information

#98773C (or 0x98773C) is unknown color: approx Buttered Rum. HEX triplet: 98, 77 and 3C. RGB value is (152,119,60). Sum of RGB (Red+Green+Blue) = 152+119+60=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98773C is #6788C3. Grayscale: #7A7A7A. Windows color (decimal): -6785220 or 3962776. OLE color: 3962776.

HSL color Cylindrical-coordinate representation of color #98773C: hue angle of 38.48º degrees, saturation: 0.43, 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 #98773C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB15211960-
CMYK00.220.610.40
HSL38.48º43.4%41.57%-
HSV(B)38.48º60.53%59.61%-
XYZ20.3620.27.1-
YUV122.1492.93149.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=45.92%
G=35.95%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521196000.220.610.4038.4843.441.57
Hex98773C0163D28262b2a
Octal230167740267550465352
Binary100110001110111111100010110111101101000100110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98773C; }

 p { color: rgb(152,119,60); }

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

<style>
 a { background-color: #98773C; }

 a { background-color: rgb(152,119,60); }

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

<style>
 span { border-color: #98773C; }

 span { border-color: rgb(152,119,60); }

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