Html Css Color HEX #986F4A Pale Brown

📋 copy color: '#986F4A'

red 152 ◦ green 111 ◦ blue 74

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

Shades of Pale Brown #986F4A

Tints of Pale Brown #986F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 45.1%
G = 32.94%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#986F4A (or 0x986F4A) is known color: Pale Brown. HEX triplet: 98, 6F and 4A. RGB value is (152,111,74). Sum of RGB (Red+Green+Blue) = 152+111+74=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #986F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F4A is #6790B5. Grayscale: #777777. Windows color (decimal): -6787254 or 4878232. OLE color: 4878232.

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

Color convert

RGB 152 111 74 -
CMYK 0 0.27 0.51 0.40
HSL 28.46º 0.35% 0.44% -
HSV(B) 28.46º 0.51% 0.6% -
XYZ 19.87 18.54 9.01 -
YUV 119.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 152 111 74 0 0.27 0.51 0.40 28.46 0.35 0.44
Hex 98 6F 4A 0 1B 33 28 1C 23 2C
Octal 230 157 112 0 33 63 50 34 43 54
Binary 10011000 1101111 1001010 0 11011 110011 101000 11100 100011 101100

Color Harmonies of #986F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F4A

Black with #986F4A

Text Example


Text Example

White with #986F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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