#98763D

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

Shades of Buttered Rum #98763D

Tints of Buttered Rum #98763D

Color information

#98763D (or 0x98763D) is unknown color: approx Buttered Rum. HEX triplet: 98, 76 and 3D. RGB value is (152,118,61). Sum of RGB (Red+Green+Blue) = 152+118+61=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98763D is #6789C2. Grayscale: #797979. Windows color (decimal): -6785475 or 4028056. OLE color: 4028056.

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

Color convert

RGB15211861-
CMYK00.220.600.40
HSL37.58º42.72%41.76%-
HSV(B)37.58º59.87%59.61%-
XYZ20.2719.977.2-
YUV121.6793.76149.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=45.92%
G=35.65%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521186100.220.600.4037.5842.7241.76
Hex98763D0163C28262b2a
Octal230166750267450465352
Binary100110001110110111101010110111100101000100110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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