Html Css Color HEX #986D36 Buttered Rum

📋 copy color: '#986D36'

red 152 ◦ green 109 ◦ blue 54

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

Shades of Buttered Rum #986D36

Tints of Buttered Rum #986D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.14%

R = 48.25%
G = 34.6%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#986D36 (or 0x986D36) is known color: Buttered Rum. HEX triplet: 98, 6D and 36. RGB value is (152,109,54). Sum of RGB (Red+Green+Blue) = 152+109+54=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #986D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D36 is #6792C9. Grayscale: #737373. Windows color (decimal): -6787786 or 3567000. OLE color: 3567000.

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

Color convert

RGB 152 109 54 -
CMYK 0 0.28 0.64 0.40
HSL 33.67º 0.48% 0.4% -
HSV(B) 33.67º 0.64% 0.6% -
XYZ 19.08 17.88 5.94 -
YUV 115.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 152 109 54 0 0.28 0.64 0.40 33.67 0.48 0.4
Hex 98 6D 36 0 1C 40 28 22 30 28
Octal 230 155 66 0 34 100 50 42 60 50
Binary 10011000 1101101 110110 0 11100 1000000 101000 100010 110000 101000

Color Harmonies of #986D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D36

Black with #986D36

Text Example


Text Example

White with #986D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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