Html Css Color HEX #986D28 Buttered Rum

📋 copy color: '#986D28'

red 152 ◦ green 109 ◦ blue 40

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

Shades of Buttered Rum #986D28

Tints of Buttered Rum #986D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 50.5%
G = 36.21%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#986D28 (or 0x986D28) is known color: Buttered Rum. HEX triplet: 98, 6D and 28. RGB value is (152,109,40). Sum of RGB (Red+Green+Blue) = 152+109+40=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #986D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D28 is #6792D7. Grayscale: #727272. Windows color (decimal): -6787800 or 2649496. OLE color: 2649496.

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

Color convert

RGB 152 109 40 -
CMYK 0 0.28 0.74 0.40
HSL 36.96º 0.58% 0.38% -
HSV(B) 36.96º 0.74% 0.6% -
XYZ 18.8 17.77 4.45 -
YUV 113.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 152 109 40 0 0.28 0.74 0.40 36.96 0.58 0.38
Hex 98 6D 28 0 1C 4A 28 25 3A 26
Octal 230 155 50 0 34 112 50 45 72 46
Binary 10011000 1101101 101000 0 11100 1001010 101000 100101 111010 100110

Color Harmonies of #986D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D28

Black with #986D28

Text Example


Text Example

White with #986D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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