Html Css Color HEX #986831 Buttered Rum

📋 copy color: '#986831'

red 152 ◦ green 104 ◦ blue 49

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

Shades of Buttered Rum #986831

Tints of Buttered Rum #986831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

 BLUE value IS 49 (19.53% from 255) = 16.07%

R = 49.84%
G = 34.1%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#986831 (or 0x986831) is known color: Buttered Rum. HEX triplet: 98, 68 and 31. RGB value is (152,104,49). Sum of RGB (Red+Green+Blue) = 152+104+49=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #986831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986831 is #6797CE. Grayscale: #707070. Windows color (decimal): -6789071 or 3238040. OLE color: 3238040.

HSL color Cylindrical-coordinate representation of color #986831: hue angle of 32.04º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #986831 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 49 -
CMYK 0 0.32 0.68 0.40
HSL 32.04º 0.51% 0.39% -
HSV(B) 32.04º 0.68% 0.6% -
XYZ 18.45 16.8 5.18 -
YUV 112.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 152 104 49 0 0.32 0.68 0.40 32.04 0.51 0.39
Hex 98 68 31 0 20 44 28 20 33 27
Octal 230 150 61 0 40 104 50 40 63 47
Binary 10011000 1101000 110001 0 100000 1000100 101000 100000 110011 100111

Color Harmonies of #986831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986831

Black with #986831

Text Example


Text Example

White with #986831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986831; }

 p { color: rgb(152,104,49); }

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

background-color css

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

 a { background-color: rgb(152,104,49); }

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

border-color css

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

 span { border-color: rgb(152,104,49); }

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