Html Css Color HEX #986F24 Buttered Rum

📋 copy color: '#986F24'

red 152 ◦ green 111 ◦ blue 36

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

Shades of Buttered Rum #986F24

Tints of Buttered Rum #986F24

RGB

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

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

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

R = 50.84%
G = 37.12%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#986F24 (or 0x986F24) is known color: Buttered Rum. HEX triplet: 98, 6F and 24. RGB value is (152,111,36). Sum of RGB (Red+Green+Blue) = 152+111+36=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #986F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F24 is #6790DB. Grayscale: #737373. Windows color (decimal): -6787292 or 2387864. OLE color: 2387864.

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

Color convert

RGB 152 111 36 -
CMYK 0 0.27 0.76 0.40
HSL 38.79º 0.62% 0.37% -
HSV(B) 38.79º 0.76% 0.6% -
XYZ 18.95 18.17 4.18 -
YUV 114.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 152 111 36 0 0.27 0.76 0.40 38.79 0.62 0.37
Hex 98 6F 24 0 1B 4C 28 27 3E 25
Octal 230 157 44 0 33 114 50 47 76 45
Binary 10011000 1101111 100100 0 11011 1001100 101000 100111 111110 100101

Color Harmonies of #986F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F24

Black with #986F24

Text Example


Text Example

White with #986F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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