#98682B

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

Shades of Buttered Rum #98682B

Tints of Buttered Rum #98682B

Color information

#98682B (or 0x98682B) is unknown color: approx Buttered Rum. HEX triplet: 98, 68 and 2B. RGB value is (152,104,43). Sum of RGB (Red+Green+Blue) = 152+104+43=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98682B is #6797D4. Grayscale: #6F6F6F. Windows color (decimal): -6789077 or 2844824. OLE color: 2844824.

HSL color Cylindrical-coordinate representation of color #98682B: hue angle of 33.58º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98682B is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15210443-
CMYK00.320.720.40
HSL33.58º55.9%38.24%-
HSV(B)33.58º71.71%59.61%-
XYZ18.3416.754.55-
YUV111.489.4156.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 43 (17.19% from 255) = 14.38%
R=50.84%
G=34.78%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521044300.320.720.4033.5855.938.24
Hex98682B0204828223826
Octal2301505304011050427046
Binary10011000110100010101101000001001000101000100010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98682B; }

 p { color: rgb(152,104,43); }

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

<style>
 a { background-color: #98682B; }

 a { background-color: rgb(152,104,43); }

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

<style>
 span { border-color: #98682B; }

 span { border-color: rgb(152,104,43); }

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