Html Css Color HEX #986C25 Buttered Rum

📋 copy color: '#986C25'

red 152 ◦ green 108 ◦ blue 37

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

Shades of Buttered Rum #986C25

Tints of Buttered Rum #986C25

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

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

R = 51.18%
G = 36.36%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#986C25 (or 0x986C25) is known color: Buttered Rum. HEX triplet: 98, 6C and 25. RGB value is (152,108,37). Sum of RGB (Red+Green+Blue) = 152+108+37=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #986C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C25 is #6793DA. Grayscale: #717171. Windows color (decimal): -6788059 or 2452632. OLE color: 2452632.

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

Color convert

RGB 152 108 37 -
CMYK 0 0.29 0.76 0.40
HSL 37.04º 0.61% 0.37% -
HSV(B) 37.04º 0.76% 0.6% -
XYZ 18.65 17.53 4.15 -
YUV 113.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 152 108 37 0 0.29 0.76 0.40 37.04 0.61 0.37
Hex 98 6C 25 0 1D 4C 28 25 3D 25
Octal 230 154 45 0 35 114 50 45 75 45
Binary 10011000 1101100 100101 0 11101 1001100 101000 100101 111101 100101

Color Harmonies of #986C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C25

Black with #986C25

Text Example


Text Example

White with #986C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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