Html Css Color HEX #986F49 Pale Brown

📋 copy color: '#986F49'

red 152 ◦ green 111 ◦ blue 73

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

Shades of Pale Brown #986F49

Tints of Pale Brown #986F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 45.24%
G = 33.04%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#986F49 (or 0x986F49) is known color: Pale Brown. HEX triplet: 98, 6F and 49. RGB value is (152,111,73). Sum of RGB (Red+Green+Blue) = 152+111+73=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F49 is #6790B6. Grayscale: #777777. Windows color (decimal): -6787255 or 4812696. OLE color: 4812696.

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

Color convert

RGB 152 111 73 -
CMYK 0 0.27 0.52 0.40
HSL 28.86º 0.35% 0.44% -
HSV(B) 28.86º 0.52% 0.6% -
XYZ 19.84 18.53 8.83 -
YUV 118.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 152 111 73 0 0.27 0.52 0.40 28.86 0.35 0.44
Hex 98 6F 49 0 1B 34 28 1D 23 2C
Octal 230 157 111 0 33 64 50 35 43 54
Binary 10011000 1101111 1001001 0 11011 110100 101000 11101 100011 101100

Color Harmonies of #986F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F49

Black with #986F49

Text Example


Text Example

White with #986F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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