Html Css Color HEX #987046 Pale Brown

📋 copy color: '#987046'

red 152 ◦ green 112 ◦ blue 70

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

Shades of Pale Brown #987046

Tints of Pale Brown #987046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 45.51%
G = 33.53%
B = 20.96%

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

#987046 (or 0x987046) is known color: Pale Brown. HEX triplet: 98, 70 and 46. RGB value is (152,112,70). Sum of RGB (Red+Green+Blue) = 152+112+70=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987046 is #678FB9. Grayscale: #777777. Windows color (decimal): -6787002 or 4616344. OLE color: 4616344.

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

Color convert

RGB 152 112 70 -
CMYK 0 0.26 0.54 0.40
HSL 30.73º 0.37% 0.44% -
HSV(B) 30.73º 0.54% 0.6% -
XYZ 19.85 18.71 8.36 -
YUV 119.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 152 112 70 0 0.26 0.54 0.40 30.73 0.37 0.44
Hex 98 70 46 0 1A 36 28 1F 25 2C
Octal 230 160 106 0 32 66 50 37 45 54
Binary 10011000 1110000 1000110 0 11010 110110 101000 11111 100101 101100

Color Harmonies of #987046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987046

Black with #987046

Text Example


Text Example

White with #987046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987046; }

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

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

background-color css

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

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

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

border-color css

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

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

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