Html Css Color HEX #986D24 Buttered Rum

📋 copy color: '#986D24'

red 152 ◦ green 109 ◦ blue 36

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

Shades of Buttered Rum #986D24

Tints of Buttered Rum #986D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 51.18%
G = 36.7%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#986D24 (or 0x986D24) is known color: Buttered Rum. HEX triplet: 98, 6D and 24. RGB value is (152,109,36). Sum of RGB (Red+Green+Blue) = 152+109+36=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #986D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D24 is #6792DB. Grayscale: #717171. Windows color (decimal): -6787804 or 2387352. OLE color: 2387352.

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

Color convert

RGB 152 109 36 -
CMYK 0 0.28 0.76 0.40
HSL 37.76º 0.62% 0.37% -
HSV(B) 37.76º 0.76% 0.6% -
XYZ 18.74 17.74 4.11 -
YUV 113.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 152 109 36 0 0.28 0.76 0.40 37.76 0.62 0.37
Hex 98 6D 24 0 1C 4C 28 26 3E 25
Octal 230 155 44 0 34 114 50 46 76 45
Binary 10011000 1101101 100100 0 11100 1001100 101000 100110 111110 100101

Color Harmonies of #986D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D24

Black with #986D24

Text Example


Text Example

White with #986D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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