Html Css Color HEX #88665F Pharlap

📋 copy color: '#88665F'

red 136 ◦ green 102 ◦ blue 95

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

Shades of Pharlap #88665F

Tints of Pharlap #88665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 40.84%
G = 30.63%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88665F (or 0x88665F) is known color: Pharlap. HEX triplet: 88, 66 and 5F. RGB value is (136,102,95). Sum of RGB (Red+Green+Blue) = 136+102+95=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #88665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88665F is #7799A0. Grayscale: #6F6F6F. Windows color (decimal): -7838113 or 6252168. OLE color: 6252168.

HSL color Cylindrical-coordinate representation of color #88665F: hue angle of 10.24º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88665F is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 102 95 -
CMYK 0 0.25 0.30 0.47
HSL 10.24º 0.18% 0.45% -
HSV(B) 10.24º 0.3% 0.53% -
XYZ 16.97 15.56 12.94 -
YUV 111.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 136 102 95 0 0.25 0.30 0.47 10.24 0.18 0.45
Hex 88 66 5F 0 19 1E 2F A 12 2D
Octal 210 146 137 0 31 36 57 12 22 55
Binary 10001000 1100110 1011111 0 11001 11110 101111 1010 10010 101101

Color Harmonies of #88665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88665F

Black with #88665F

Text Example


Text Example

White with #88665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88665F; }

 p { color: rgb(136,102,95); }

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

background-color css

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

 a { background-color: rgb(136,102,95); }

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

border-color css

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

 span { border-color: rgb(136,102,95); }

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