Html Css Color HEX #986F25 Buttered Rum

📋 copy color: '#986F25'

red 152 ◦ green 111 ◦ blue 37

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

Shades of Buttered Rum #986F25

Tints of Buttered Rum #986F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 50.67%
G = 37%
B = 12.33%

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

#986F25 (or 0x986F25) is known color: Buttered Rum. HEX triplet: 98, 6F and 25. RGB value is (152,111,37). Sum of RGB (Red+Green+Blue) = 152+111+37=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #986F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F25 is #6790DA. Grayscale: #737373. Windows color (decimal): -6787291 or 2453400. OLE color: 2453400.

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

Color convert

RGB 152 111 37 -
CMYK 0 0.27 0.76 0.40
HSL 38.61º 0.61% 0.37% -
HSV(B) 38.61º 0.76% 0.6% -
XYZ 18.97 18.18 4.26 -
YUV 114.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 152 111 37 0 0.27 0.76 0.40 38.61 0.61 0.37
Hex 98 6F 25 0 1B 4C 28 27 3D 25
Octal 230 157 45 0 33 114 50 47 75 45
Binary 10011000 1101111 100101 0 11011 1001100 101000 100111 111101 100101

Color Harmonies of #986F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F25

Black with #986F25

Text Example


Text Example

White with #986F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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