Html Css Color HEX #987146 Pale Brown

📋 copy color: '#987146'

red 152 ◦ green 113 ◦ blue 70

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

Shades of Pale Brown #987146

Tints of Pale Brown #987146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 45.37%
G = 33.73%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#987146 (or 0x987146) is known color: Pale Brown. HEX triplet: 98, 71 and 46. RGB value is (152,113,70). Sum of RGB (Red+Green+Blue) = 152+113+70=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #987146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987146 is #678EB9. Grayscale: #777777. Windows color (decimal): -6786746 or 4616600. OLE color: 4616600.

HSL color Cylindrical-coordinate representation of color #987146: hue angle of 31.46º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #987146 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 70 -
CMYK 0 0.26 0.54 0.40
HSL 31.46º 0.37% 0.44% -
HSV(B) 31.46º 0.54% 0.6% -
XYZ 19.96 18.93 8.4 -
YUV 119.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 152 113 70 0 0.26 0.54 0.40 31.46 0.37 0.44
Hex 98 71 46 0 1A 36 28 1F 25 2C
Octal 230 161 106 0 32 66 50 37 45 54
Binary 10011000 1110001 1000110 0 11010 110110 101000 11111 100101 101100

Color Harmonies of #987146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987146

Black with #987146

Text Example


Text Example

White with #987146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987146; }

 p { color: rgb(152,113,70); }

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

background-color css

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

 a { background-color: rgb(152,113,70); }

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

border-color css

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

 span { border-color: rgb(152,113,70); }

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