Html Css Color HEX #876561 Pharlap

📋 copy color: '#876561'

red 135 ◦ green 101 ◦ blue 97

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

Shades of Pharlap #876561

Tints of Pharlap #876561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 40.54%
G = 30.33%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#876561 (or 0x876561) is known color: Pharlap. HEX triplet: 87, 65 and 61. RGB value is (135,101,97). Sum of RGB (Red+Green+Blue) = 135+101+97=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #876561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876561 is #789A9E. Grayscale: #6E6E6E. Windows color (decimal): -7903903 or 6382983. OLE color: 6382983.

HSL color Cylindrical-coordinate representation of color #876561: hue angle of 6.32º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876561 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 101 97 -
CMYK 0 0.25 0.28 0.47
HSL 6.32º 0.16% 0.45% -
HSV(B) 6.32º 0.28% 0.53% -
XYZ 16.8 15.32 13.38 -
YUV 110.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 135 101 97 0 0.25 0.28 0.47 6.32 0.16 0.45
Hex 87 65 61 0 19 1C 2F 6 10 2D
Octal 207 145 141 0 31 34 57 6 20 55
Binary 10000111 1100101 1100001 0 11001 11100 101111 110 10000 101101

Color Harmonies of #876561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876561

Black with #876561

Text Example


Text Example

White with #876561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876561; }

 p { color: rgb(135,101,97); }

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

background-color css

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

 a { background-color: rgb(135,101,97); }

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

border-color css

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

 span { border-color: rgb(135,101,97); }

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