Html Css Color HEX #87645E Pharlap

📋 copy color: '#87645E'

red 135 ◦ green 100 ◦ blue 94

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

Shades of Pharlap #87645E

Tints of Pharlap #87645E

RGB

 RED value IS 135 (53.13% from 255) = 41.03%

 GREEN value IS 100 (39.45% from 255) = 30.4%

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 41.03%
G = 30.4%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87645E (or 0x87645E) is known color: Pharlap. HEX triplet: 87, 64 and 5E. RGB value is (135,100,94). Sum of RGB (Red+Green+Blue) = 135+100+94=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #87645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87645E is #789BA1. Grayscale: #6D6D6D. Windows color (decimal): -7904162 or 6186119. OLE color: 6186119.

HSL color Cylindrical-coordinate representation of color #87645E: hue angle of 8.78º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87645E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 100 94 -
CMYK 0 0.26 0.30 0.47
HSL 8.78º 0.18% 0.45% -
HSV(B) 8.78º 0.3% 0.53% -
XYZ 16.57 15.07 12.63 -
YUV 109.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 135 100 94 0 0.26 0.30 0.47 8.78 0.18 0.45
Hex 87 64 5E 0 1A 1E 2F 9 12 2D
Octal 207 144 136 0 32 36 57 11 22 55
Binary 10000111 1100100 1011110 0 11010 11110 101111 1001 10010 101101

Color Harmonies of #87645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87645E

Black with #87645E

Text Example


Text Example

White with #87645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87645E; }

 p { color: rgb(135,100,94); }

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

background-color css

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

 a { background-color: rgb(135,100,94); }

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

border-color css

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

 span { border-color: rgb(135,100,94); }

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