Html Css Color HEX #986F29 Buttered Rum

📋 copy color: '#986F29'

red 152 ◦ green 111 ◦ blue 41

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

Shades of Buttered Rum #986F29

Tints of Buttered Rum #986F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 50%
G = 36.51%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#986F29 (or 0x986F29) is known color: Buttered Rum. HEX triplet: 98, 6F and 29. RGB value is (152,111,41). Sum of RGB (Red+Green+Blue) = 152+111+41=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #986F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F29 is #6790D6. Grayscale: #737373. Windows color (decimal): -6787287 or 2715544. OLE color: 2715544.

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

Color convert

RGB 152 111 41 -
CMYK 0 0.27 0.73 0.40
HSL 37.84º 0.58% 0.38% -
HSV(B) 37.84º 0.73% 0.6% -
XYZ 19.03 18.2 4.61 -
YUV 115.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 152 111 41 0 0.27 0.73 0.40 37.84 0.58 0.38
Hex 98 6F 29 0 1B 49 28 26 3A 26
Octal 230 157 51 0 33 111 50 46 72 46
Binary 10011000 1101111 101001 0 11011 1001001 101000 100110 111010 100110

Color Harmonies of #986F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F29

Black with #986F29

Text Example


Text Example

White with #986F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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