Html Css Color HEX #986F2C Buttered Rum

📋 copy color: '#986F2C'

red 152 ◦ green 111 ◦ blue 44

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

Shades of Buttered Rum #986F2C

Tints of Buttered Rum #986F2C

RGB

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

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

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

R = 49.51%
G = 36.16%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#986F2C (or 0x986F2C) is known color: Buttered Rum. HEX triplet: 98, 6F and 2C. RGB value is (152,111,44). Sum of RGB (Red+Green+Blue) = 152+111+44=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #986F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F2C is #6790D3. Grayscale: #737373. Windows color (decimal): -6787284 or 2912152. OLE color: 2912152.

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

Color convert

RGB 152 111 44 -
CMYK 0 0.27 0.71 0.40
HSL 37.22º 0.55% 0.38% -
HSV(B) 37.22º 0.71% 0.6% -
XYZ 19.09 18.23 4.89 -
YUV 115.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 152 111 44 0 0.27 0.71 0.40 37.22 0.55 0.38
Hex 98 6F 2C 0 1B 47 28 25 37 26
Octal 230 157 54 0 33 107 50 45 67 46
Binary 10011000 1101111 101100 0 11011 1000111 101000 100101 110111 100110

Color Harmonies of #986F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F2C

Black with #986F2C

Text Example


Text Example

White with #986F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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