Html Css Color HEX #886159 Pharlap

📋 copy color: '#886159'

red 136 ◦ green 97 ◦ blue 89

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

Shades of Pharlap #886159

Tints of Pharlap #886159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 42.24%
G = 30.12%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#886159 (or 0x886159) is known color: Pharlap. HEX triplet: 88, 61 and 59. RGB value is (136,97,89). Sum of RGB (Red+Green+Blue) = 136+97+89=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886159 is #779EA6. Grayscale: #6B6B6B. Windows color (decimal): -7839399 or 5857672. OLE color: 5857672.

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

Color convert

RGB 136 97 89 -
CMYK 0 0.29 0.35 0.47
HSL 10.21º 0.21% 0.44% -
HSV(B) 10.21º 0.35% 0.53% -
XYZ 16.23 14.5 11.4 -
YUV 107.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 136 97 89 0 0.29 0.35 0.47 10.21 0.21 0.44
Hex 88 61 59 0 1D 23 2F A 15 2C
Octal 210 141 131 0 35 43 57 12 25 54
Binary 10001000 1100001 1011001 0 11101 100011 101111 1010 10101 101100

Color Harmonies of #886159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886159

Black with #886159

Text Example


Text Example

White with #886159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886159; }

 p { color: rgb(136,97,89); }

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

background-color css

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

 a { background-color: rgb(136,97,89); }

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

border-color css

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

 span { border-color: rgb(136,97,89); }

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