#98763F

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

Shades of Buttered Rum #98763F

Tints of Buttered Rum #98763F

Color information

#98763F (or 0x98763F) is unknown color: approx Buttered Rum. HEX triplet: 98, 76 and 3F. RGB value is (152,118,63). Sum of RGB (Red+Green+Blue) = 152+118+63=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98763F is #6789C0. Grayscale: #7A7A7A. Windows color (decimal): -6785473 or 4159128. OLE color: 4159128.

HSL color Cylindrical-coordinate representation of color #98763F: hue angle of 37.08º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98763F is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB15211863-
CMYK00.220.590.40
HSL37.08º41.4%42.16%-
HSV(B)37.08º58.55%59.61%-
XYZ20.3219.997.49-
YUV121.994.76149.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 63 (25% from 255) = 18.92%
R=45.65%
G=35.44%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521186300.220.590.4037.0841.442.16
Hex98763F0163B2825292a
Octal230166770267350455152
Binary100110001110110111111010110111011101000100101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98763F; }

 p { color: rgb(152,118,63); }

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

<style>
 a { background-color: #98763F; }

 a { background-color: rgb(152,118,63); }

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

<style>
 span { border-color: #98763F; }

 span { border-color: rgb(152,118,63); }

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