Html Css Color HEX #886861 Pharlap

📋 copy color: '#886861'

red 136 ◦ green 104 ◦ blue 97

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

Shades of Pharlap #886861

Tints of Pharlap #886861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

 BLUE value IS 97 (38.28% from 255) = 28.78%

R = 40.36%
G = 30.86%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#886861 (or 0x886861) is known color: Pharlap. HEX triplet: 88, 68 and 61. RGB value is (136,104,97). Sum of RGB (Red+Green+Blue) = 136+104+97=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886861 is #77979E. Grayscale: #707070. Windows color (decimal): -7837599 or 6383752. OLE color: 6383752.

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

Color convert

RGB 136 104 97 -
CMYK 0 0.24 0.29 0.47
HSL 10.77º 0.17% 0.46% -
HSV(B) 10.77º 0.29% 0.53% -
XYZ 17.26 16 13.49 -
YUV 112.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 136 104 97 0 0.24 0.29 0.47 10.77 0.17 0.46
Hex 88 68 61 0 18 1D 2F B 11 2E
Octal 210 150 141 0 30 35 57 13 21 56
Binary 10001000 1101000 1100001 0 11000 11101 101111 1011 10001 101110

Color Harmonies of #886861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886861

Black with #886861

Text Example


Text Example

White with #886861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886861; }

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

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

background-color css

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

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

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

border-color css

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

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

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