Html Css Color HEX #98682F Buttered Rum

📋 copy color: '#98682F'

red 152 ◦ green 104 ◦ blue 47

#98682F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttered Rum #98682F

Tints of Buttered Rum #98682F

RGB

 RED value IS 152 (59.77% from 255) = 50.17%

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 50.17%
G = 34.32%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98682F (or 0x98682F) is known color: Buttered Rum. HEX triplet: 98, 68 and 2F. RGB value is (152,104,47). Sum of RGB (Red+Green+Blue) = 152+104+47=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #98682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98682F is #6797D0. Grayscale: #707070. Windows color (decimal): -6789073 or 3106968. OLE color: 3106968.

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

Color convert

RGB 152 104 47 -
CMYK 0 0.32 0.69 0.40
HSL 32.57º 0.53% 0.39% -
HSV(B) 32.57º 0.69% 0.6% -
XYZ 18.41 16.78 4.96 -
YUV 111.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 152 104 47 0 0.32 0.69 0.40 32.57 0.53 0.39
Hex 98 68 2F 0 20 45 28 21 35 27
Octal 230 150 57 0 40 105 50 41 65 47
Binary 10011000 1101000 101111 0 100000 1000101 101000 100001 110101 100111

Color Harmonies of #98682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98682F

Black with #98682F

Text Example


Text Example

White with #98682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98682F;
 }
 .AnyTagClassName
 {
   color: #98682F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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