Html Css Color HEX #886460 Pharlap

📋 copy color: '#886460'

red 136 ◦ green 100 ◦ blue 96

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

Shades of Pharlap #886460

Tints of Pharlap #886460

RGB

 RED value IS 136 (53.52% from 255) = 40.96%

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

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

R = 40.96%
G = 30.12%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886460 (or 0x886460) is known color: Pharlap. HEX triplet: 88, 64 and 60. RGB value is (136,100,96). Sum of RGB (Red+Green+Blue) = 136+100+96=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #886460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886460 is #779B9F. Grayscale: #6E6E6E. Windows color (decimal): -7838624 or 6317192. OLE color: 6317192.

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

Color convert

RGB 136 100 96 -
CMYK 0 0.26 0.29 0.47
HSL 0.17% 0.45% -
HSV(B) 0.29% 0.53% -
XYZ 16.82 15.19 13.11 -
YUV 110.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 136 100 96 0 0.26 0.29 0.47 6 0.17 0.45
Hex 88 64 60 0 1A 1D 2F 6 11 2D
Octal 210 144 140 0 32 35 57 6 21 55
Binary 10001000 1100100 1100000 0 11010 11101 101111 110 10001 101101

Color Harmonies of #886460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886460

Black with #886460

Text Example


Text Example

White with #886460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886460; }

 p { color: rgb(136,100,96); }

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

background-color css

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

 a { background-color: rgb(136,100,96); }

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

border-color css

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

 span { border-color: rgb(136,100,96); }

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