Html Css Color HEX #986931 Buttered Rum

📋 copy color: '#986931'

red 152 ◦ green 105 ◦ blue 49

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

Shades of Buttered Rum #986931

Tints of Buttered Rum #986931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 49.67%
G = 34.31%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#986931 (or 0x986931) is known color: Buttered Rum. HEX triplet: 98, 69 and 31. RGB value is (152,105,49). Sum of RGB (Red+Green+Blue) = 152+105+49=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #986931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986931 is #6796CE. Grayscale: #707070. Windows color (decimal): -6788815 or 3238296. OLE color: 3238296.

HSL color Cylindrical-coordinate representation of color #986931: hue angle of 32.62º 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 #986931 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 105 49 -
CMYK 0 0.31 0.68 0.40
HSL 32.62º 0.51% 0.39% -
HSV(B) 32.62º 0.68% 0.6% -
XYZ 18.55 17 5.21 -
YUV 112.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 152 105 49 0 0.31 0.68 0.40 32.62 0.51 0.39
Hex 98 69 31 0 1F 44 28 21 33 27
Octal 230 151 61 0 37 104 50 41 63 47
Binary 10011000 1101001 110001 0 11111 1000100 101000 100001 110011 100111

Color Harmonies of #986931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986931

Black with #986931

Text Example


Text Example

White with #986931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986931; }

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

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

background-color css

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

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

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

border-color css

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

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

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