Html Css Color HEX #8C6560 Pharlap

📋 copy color: '#8C6560'

red 140 ◦ green 101 ◦ blue 96

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

Shades of Pharlap #8C6560

Tints of Pharlap #8C6560

RGB

 RED value IS 140 (55.08% from 255) = 41.54%

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

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

R = 41.54%
G = 29.97%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C6560 (or 0x8C6560) is known color: Pharlap. HEX triplet: 8C, 65 and 60. RGB value is (140,101,96). Sum of RGB (Red+Green+Blue) = 140+101+96=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6560 is #739A9F. Grayscale: #707070. Windows color (decimal): -7576224 or 6317452. OLE color: 6317452.

HSL color Cylindrical-coordinate representation of color #8C6560: hue angle of 6.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6560 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 101 96 -
CMYK 0 0.28 0.31 0.45
HSL 6.82º 0.19% 0.46% -
HSV(B) 6.82º 0.31% 0.55% -
XYZ 17.58 15.73 13.18 -
YUV 112.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 140 101 96 0 0.28 0.31 0.45 6.82 0.19 0.46
Hex 8C 65 60 0 1C 1F 2D 7 13 2E
Octal 214 145 140 0 34 37 55 7 23 56
Binary 10001100 1100101 1100000 0 11100 11111 101101 111 10011 101110

Color Harmonies of #8C6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6560

Black with #8C6560

Text Example


Text Example

White with #8C6560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6560; }

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

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

background-color css

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

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

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

border-color css

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

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

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