Html Css Color HEX #986E2C Buttered Rum

📋 copy color: '#986E2C'

red 152 ◦ green 110 ◦ blue 44

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

Shades of Buttered Rum #986E2C

Tints of Buttered Rum #986E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.95%

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 49.67%
G = 35.95%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#986E2C (or 0x986E2C) is known color: Buttered Rum. HEX triplet: 98, 6E and 2C. RGB value is (152,110,44). Sum of RGB (Red+Green+Blue) = 152+110+44=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #986E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E2C is #6791D3. Grayscale: #737373. Windows color (decimal): -6787540 or 2911896. OLE color: 2911896.

HSL color Cylindrical-coordinate representation of color #986E2C: hue angle of 36.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #986E2C is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 110 44 -
CMYK 0 0.28 0.71 0.40
HSL 36.67º 0.55% 0.38% -
HSV(B) 36.67º 0.71% 0.6% -
XYZ 18.98 18.01 4.86 -
YUV 115.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 152 110 44 0 0.28 0.71 0.40 36.67 0.55 0.38
Hex 98 6E 2C 0 1C 47 28 25 37 26
Octal 230 156 54 0 34 107 50 45 67 46
Binary 10011000 1101110 101100 0 11100 1000111 101000 100101 110111 100110

Color Harmonies of #986E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E2C

Black with #986E2C

Text Example


Text Example

White with #986E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,44); }

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

background-color css

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

 a { background-color: rgb(152,110,44); }

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

border-color css

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

 span { border-color: rgb(152,110,44); }

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