Html Css Color HEX #986A25 Buttered Rum

📋 copy color: '#986A25'

red 152 ◦ green 106 ◦ blue 37

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

Shades of Buttered Rum #986A25

Tints of Buttered Rum #986A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.93%

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

R = 51.53%
G = 35.93%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#986A25 (or 0x986A25) is known color: Buttered Rum. HEX triplet: 98, 6A and 25. RGB value is (152,106,37). Sum of RGB (Red+Green+Blue) = 152+106+37=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #986A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A25 is #6795DA. Grayscale: #707070. Windows color (decimal): -6788571 or 2452120. OLE color: 2452120.

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

Color convert

RGB 152 106 37 -
CMYK 0 0.30 0.76 0.40
HSL 36º 0.61% 0.37% -
HSV(B) 36º 0.76% 0.6% -
XYZ 18.44 17.12 4.08 -
YUV 111.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 152 106 37 0 0.30 0.76 0.40 36 0.61 0.37
Hex 98 6A 25 0 1E 4C 28 24 3D 25
Octal 230 152 45 0 36 114 50 44 75 45
Binary 10011000 1101010 100101 0 11110 1001100 101000 100100 111101 100101

Color Harmonies of #986A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A25

Black with #986A25

Text Example


Text Example

White with #986A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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