Html Css Color HEX #886360 Pharlap

📋 copy color: '#886360'

red 136 ◦ green 99 ◦ blue 96

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

Shades of Pharlap #886360

Tints of Pharlap #886360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 41.09%
G = 29.91%
B = 29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886360 (or 0x886360) is known color: Pharlap. HEX triplet: 88, 63 and 60. RGB value is (136,99,96). Sum of RGB (Red+Green+Blue) = 136+99+96=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #886360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886360 is #779C9F. Grayscale: #6D6D6D. Windows color (decimal): -7838880 or 6316936. OLE color: 6316936.

HSL color Cylindrical-coordinate representation of color #886360: hue angle of 4.5º 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 #886360 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 96 -
CMYK 0 0.27 0.29 0.47
HSL 4.5º 0.17% 0.45% -
HSV(B) 4.5º 0.29% 0.53% -
XYZ 16.73 15 13.08 -
YUV 109.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 136 99 96 0 0.27 0.29 0.47 4.5 0.17 0.45
Hex 88 63 60 0 1B 1D 2F 4 11 2D
Octal 210 143 140 0 33 35 57 4 21 55
Binary 10001000 1100011 1100000 0 11011 11101 101111 100 10001 101101

Color Harmonies of #886360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886360

Black with #886360

Text Example


Text Example

White with #886360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886360; }

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

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

background-color css

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

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

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

border-color css

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

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

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