Html Css Color HEX #88615D Pharlap

📋 copy color: '#88615D'

red 136 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #88615D

Tints of Pharlap #88615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 41.72%
G = 29.75%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88615D (or 0x88615D) is known color: Pharlap. HEX triplet: 88, 61 and 5D. RGB value is (136,97,93). Sum of RGB (Red+Green+Blue) = 136+97+93=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #88615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88615D is #779EA2. Grayscale: #6C6C6C. Windows color (decimal): -7839395 or 6119816. OLE color: 6119816.

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

Color convert

RGB 136 97 93 -
CMYK 0 0.29 0.32 0.47
HSL 5.58º 0.19% 0.45% -
HSV(B) 5.58º 0.32% 0.53% -
XYZ 16.4 14.57 12.3 -
YUV 108.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 136 97 93 0 0.29 0.32 0.47 5.58 0.19 0.45
Hex 88 61 5D 0 1D 20 2F 6 13 2D
Octal 210 141 135 0 35 40 57 6 23 55
Binary 10001000 1100001 1011101 0 11101 100000 101111 110 10011 101101

Color Harmonies of #88615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88615D

Black with #88615D

Text Example


Text Example

White with #88615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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