Html Css Color HEX #987142 Pale Brown

📋 copy color: '#987142'

red 152 ◦ green 113 ◦ blue 66

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

Shades of Pale Brown #987142

Tints of Pale Brown #987142

RGB

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

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

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

R = 45.92%
G = 34.14%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987142 (or 0x987142) is known color: Pale Brown. HEX triplet: 98, 71 and 42. RGB value is (152,113,66). Sum of RGB (Red+Green+Blue) = 152+113+66=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #987142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987142 is #678EBD. Grayscale: #777777. Windows color (decimal): -6786750 or 4354456. OLE color: 4354456.

HSL color Cylindrical-coordinate representation of color #987142: hue angle of 32.79º 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 #987142 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 66 -
CMYK 0 0.26 0.57 0.40
HSL 32.79º 0.39% 0.43% -
HSV(B) 32.79º 0.57% 0.6% -
XYZ 19.84 18.88 7.75 -
YUV 119.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 152 113 66 0 0.26 0.57 0.40 32.79 0.39 0.43
Hex 98 71 42 0 1A 39 28 21 27 2B
Octal 230 161 102 0 32 71 50 41 47 53
Binary 10011000 1110001 1000010 0 11010 111001 101000 100001 100111 101011

Color Harmonies of #987142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987142

Black with #987142

Text Example


Text Example

White with #987142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987142; }

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

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

background-color css

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

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

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

border-color css

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

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

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