Html Css Color HEX #986D31 Buttered Rum

📋 copy color: '#986D31'

red 152 ◦ green 109 ◦ blue 49

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

Shades of Buttered Rum #986D31

Tints of Buttered Rum #986D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.16%

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 49.03%
G = 35.16%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#986D31 (or 0x986D31) is known color: Buttered Rum. HEX triplet: 98, 6D and 31. RGB value is (152,109,49). Sum of RGB (Red+Green+Blue) = 152+109+49=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #986D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D31 is #6792CE. Grayscale: #737373. Windows color (decimal): -6787791 or 3239320. OLE color: 3239320.

HSL color Cylindrical-coordinate representation of color #986D31: hue angle of 34.95º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #986D31 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 109 49 -
CMYK 0 0.28 0.68 0.40
HSL 34.95º 0.51% 0.39% -
HSV(B) 34.95º 0.68% 0.6% -
XYZ 18.97 17.83 5.35 -
YUV 115.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 152 109 49 0 0.28 0.68 0.40 34.95 0.51 0.39
Hex 98 6D 31 0 1C 44 28 23 33 27
Octal 230 155 61 0 34 104 50 43 63 47
Binary 10011000 1101101 110001 0 11100 1000100 101000 100011 110011 100111

Color Harmonies of #986D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D31

Black with #986D31

Text Example


Text Example

White with #986D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986D31; }

 p { color: rgb(152,109,49); }

 H1.HeaderClassName
 {
   color: #986D31;
 }
 .AnyTagClassName
 {
   color: #986D31;
 }
</style>

background-color css

<style>
 a { background-color: #986D31; }

 a { background-color: rgb(152,109,49); }

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

border-color css

<style>
 span { border-color: #986D31; }

 span { border-color: rgb(152,109,49); }

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