#98682A

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

Shades of Buttered Rum #98682A

Tints of Buttered Rum #98682A

Color information

#98682A (or 0x98682A) is unknown color: approx Buttered Rum. HEX triplet: 98, 68 and 2A. RGB value is (152,104,42). Sum of RGB (Red+Green+Blue) = 152+104+42=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98682A is #6797D5. Grayscale: #6F6F6F. Windows color (decimal): -6789078 or 2779288. OLE color: 2779288.

HSL color Cylindrical-coordinate representation of color #98682A: hue angle of 33.82º degrees, saturation: 0.57, 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 #98682A is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15210442-
CMYK00.320.720.40
HSL33.82º56.7%38.04%-
HSV(B)33.82º72.37%59.61%-
XYZ18.3216.744.46-
YUV111.2888.9157.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 42 (16.80% from 255) = 14.09%
R=51.01%
G=34.90%
B=14.09%

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
Decimal1521044200.320.720.4033.8256.738.04
Hex98682A0204828223926
Octal2301505204011050427146
Binary10011000110100010101001000001001000101000100010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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