Html Css Color HEX #986D2F Buttered Rum

📋 copy color: '#986D2F'

red 152 ◦ green 109 ◦ blue 47

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

Shades of Buttered Rum #986D2F

Tints of Buttered Rum #986D2F

RGB

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

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

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

R = 49.35%
G = 35.39%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#986D2F (or 0x986D2F) is known color: Buttered Rum. HEX triplet: 98, 6D and 2F. RGB value is (152,109,47). Sum of RGB (Red+Green+Blue) = 152+109+47=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #986D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D2F is #6792D0. Grayscale: #737373. Windows color (decimal): -6787793 or 3108248. OLE color: 3108248.

HSL color Cylindrical-coordinate representation of color #986D2F: hue angle of 35.43º 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 #986D2F is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 109 47 -
CMYK 0 0.28 0.69 0.40
HSL 35.43º 0.53% 0.39% -
HSV(B) 35.43º 0.69% 0.6% -
XYZ 18.93 17.82 5.13 -
YUV 114.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 152 109 47 0 0.28 0.69 0.40 35.43 0.53 0.39
Hex 98 6D 2F 0 1C 45 28 23 35 27
Octal 230 155 57 0 34 105 50 43 65 47
Binary 10011000 1101101 101111 0 11100 1000101 101000 100011 110101 100111

Color Harmonies of #986D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D2F

Black with #986D2F

Text Example


Text Example

White with #986D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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