Html Css Color HEX #986F26 Buttered Rum

📋 copy color: '#986F26'

red 152 ◦ green 111 ◦ blue 38

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

Shades of Buttered Rum #986F26

Tints of Buttered Rum #986F26

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

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

R = 50.5%
G = 36.88%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#986F26 (or 0x986F26) is known color: Buttered Rum. HEX triplet: 98, 6F and 26. RGB value is (152,111,38). Sum of RGB (Red+Green+Blue) = 152+111+38=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #986F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F26 is #6790D9. Grayscale: #737373. Windows color (decimal): -6787290 or 2518936. OLE color: 2518936.

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

Color convert

RGB 152 111 38 -
CMYK 0 0.27 0.75 0.40
HSL 38.42º 0.6% 0.37% -
HSV(B) 38.42º 0.75% 0.6% -
XYZ 18.98 18.18 4.34 -
YUV 114.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 152 111 38 0 0.27 0.75 0.40 38.42 0.6 0.37
Hex 98 6F 26 0 1B 4B 28 26 3C 25
Octal 230 157 46 0 33 113 50 46 74 45
Binary 10011000 1101111 100110 0 11011 1001011 101000 100110 111100 100101

Color Harmonies of #986F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F26

Black with #986F26

Text Example


Text Example

White with #986F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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