Html Css Color HEX #866560 Pharlap

📋 copy color: '#866560'

red 134 ◦ green 101 ◦ blue 96

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

Shades of Pharlap #866560

Tints of Pharlap #866560

RGB

 RED value IS 134 (52.73% from 255) = 40.48%

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

 BLUE value IS 96 (37.89% from 255) = 29%

R = 40.48%
G = 30.51%
B = 29%

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

#866560 (or 0x866560) is known color: Pharlap. HEX triplet: 86, 65 and 60. RGB value is (134,101,96). Sum of RGB (Red+Green+Blue) = 134+101+96=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #866560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866560 is #799A9F. Grayscale: #6E6E6E. Windows color (decimal): -7969440 or 6317446. OLE color: 6317446.

HSL color Cylindrical-coordinate representation of color #866560: hue angle of 7.89º degrees, saturation: 0.17, 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 #866560 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 101 96 -
CMYK 0 0.25 0.28 0.47
HSL 7.89º 0.17% 0.45% -
HSV(B) 7.89º 0.28% 0.53% -
XYZ 16.6 15.22 13.13 -
YUV 110.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 134 101 96 0 0.25 0.28 0.47 7.89 0.17 0.45
Hex 86 65 60 0 19 1C 2F 8 11 2D
Octal 206 145 140 0 31 34 57 10 21 55
Binary 10000110 1100101 1100000 0 11001 11100 101111 1000 10001 101101

Color Harmonies of #866560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866560

Black with #866560

Text Example


Text Example

White with #866560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866560; }

 p { color: rgb(134,101,96); }

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

background-color css

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

 a { background-color: rgb(134,101,96); }

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

border-color css

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

 span { border-color: rgb(134,101,96); }

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