Html Css Color HEX #987345 Pale Brown

📋 copy color: '#987345'

red 152 ◦ green 115 ◦ blue 69

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

Shades of Pale Brown #987345

Tints of Pale Brown #987345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 45.24%
G = 34.23%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#987345 (or 0x987345) is known color: Pale Brown. HEX triplet: 98, 73 and 45. RGB value is (152,115,69). Sum of RGB (Red+Green+Blue) = 152+115+69=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #987345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987345 is #678CBA. Grayscale: #797979. Windows color (decimal): -6786235 or 4551576. OLE color: 4551576.

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

Color convert

RGB 152 115 69 -
CMYK 0 0.24 0.55 0.40
HSL 33.25º 0.38% 0.43% -
HSV(B) 33.25º 0.55% 0.6% -
XYZ 20.15 19.37 8.31 -
YUV 120.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 152 115 69 0 0.24 0.55 0.40 33.25 0.38 0.43
Hex 98 73 45 0 18 37 28 21 26 2B
Octal 230 163 105 0 30 67 50 41 46 53
Binary 10011000 1110011 1000101 0 11000 110111 101000 100001 100110 101011

Color Harmonies of #987345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987345

Black with #987345

Text Example


Text Example

White with #987345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987345; }

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

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

background-color css

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

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

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

border-color css

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

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

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