Html Css Color HEX #986D26 Buttered Rum

📋 copy color: '#986D26'

red 152 ◦ green 109 ◦ blue 38

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

Shades of Buttered Rum #986D26

Tints of Buttered Rum #986D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.71%

R = 50.84%
G = 36.45%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#986D26 (or 0x986D26) is known color: Buttered Rum. HEX triplet: 98, 6D and 26. RGB value is (152,109,38). Sum of RGB (Red+Green+Blue) = 152+109+38=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #986D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D26 is #6792D9. Grayscale: #727272. Windows color (decimal): -6787802 or 2518424. OLE color: 2518424.

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

Color convert

RGB 152 109 38 -
CMYK 0 0.28 0.75 0.40
HSL 37.37º 0.6% 0.37% -
HSV(B) 37.37º 0.75% 0.6% -
XYZ 18.77 17.75 4.27 -
YUV 113.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 152 109 38 0 0.28 0.75 0.40 37.37 0.6 0.37
Hex 98 6D 26 0 1C 4B 28 25 3C 25
Octal 230 155 46 0 34 113 50 45 74 45
Binary 10011000 1101101 100110 0 11100 1001011 101000 100101 111100 100101

Color Harmonies of #986D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D26

Black with #986D26

Text Example


Text Example

White with #986D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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