Html Css Color HEX #987342 Pale Brown

📋 copy color: '#987342'

red 152 ◦ green 115 ◦ blue 66

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

Shades of Pale Brown #987342

Tints of Pale Brown #987342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 45.65%
G = 34.53%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987342 (or 0x987342) is known color: Pale Brown. HEX triplet: 98, 73 and 42. RGB value is (152,115,66). Sum of RGB (Red+Green+Blue) = 152+115+66=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #987342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987342 is #678CBD. Grayscale: #787878. Windows color (decimal): -6786238 or 4354968. OLE color: 4354968.

HSL color Cylindrical-coordinate representation of color #987342: hue angle of 34.19º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #987342 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 66 -
CMYK 0 0.24 0.57 0.40
HSL 34.19º 0.39% 0.43% -
HSV(B) 34.19º 0.57% 0.6% -
XYZ 20.06 19.33 7.83 -
YUV 120.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 152 115 66 0 0.24 0.57 0.40 34.19 0.39 0.43
Hex 98 73 42 0 18 39 28 22 27 2B
Octal 230 163 102 0 30 71 50 42 47 53
Binary 10011000 1110011 1000010 0 11000 111001 101000 100010 100111 101011

Color Harmonies of #987342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987342

Black with #987342

Text Example


Text Example

White with #987342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987342; }

 p { color: rgb(152,115,66); }

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

background-color css

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

 a { background-color: rgb(152,115,66); }

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

border-color css

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

 span { border-color: rgb(152,115,66); }

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