#98703D

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

Shades of Buttered Rum #98703D

Tints of Buttered Rum #98703D

Color information

#98703D (or 0x98703D) is unknown color: approx Buttered Rum. HEX triplet: 98, 70 and 3D. RGB value is (152,112,61). Sum of RGB (Red+Green+Blue) = 152+112+61=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98703D is #678FC2. Grayscale: #767676. Windows color (decimal): -6787011 or 4026520. OLE color: 4026520.

HSL color Cylindrical-coordinate representation of color #98703D: hue angle of 33.63º 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 #98703D is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB15211261-
CMYK00.260.600.40
HSL33.63º42.72%41.76%-
HSV(B)33.63º59.87%59.61%-
XYZ19.5918.66.97-
YUV118.1595.75152.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=46.77%
G=34.46%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521126100.260.600.4033.6342.7241.76
Hex98703D01A3C28222b2a
Octal230160750327450425352
Binary100110001110000111101011010111100101000100010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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