Html Css Color HEX #88645D Pharlap

📋 copy color: '#88645D'

red 136 ◦ green 100 ◦ blue 93

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

Shades of Pharlap #88645D

Tints of Pharlap #88645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 41.34%
G = 30.4%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88645D (or 0x88645D) is known color: Pharlap. HEX triplet: 88, 64 and 5D. RGB value is (136,100,93). Sum of RGB (Red+Green+Blue) = 136+100+93=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88645D is #779BA2. Grayscale: #6E6E6E. Windows color (decimal): -7838627 or 6120584. OLE color: 6120584.

HSL color Cylindrical-coordinate representation of color #88645D: hue angle of 9.77º 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 #88645D is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 93 -
CMYK 0 0.26 0.32 0.47
HSL 9.77º 0.19% 0.45% -
HSV(B) 9.77º 0.32% 0.53% -
XYZ 16.69 15.14 12.4 -
YUV 109.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 136 100 93 0 0.26 0.32 0.47 9.77 0.19 0.45
Hex 88 64 5D 0 1A 20 2F A 13 2D
Octal 210 144 135 0 32 40 57 12 23 55
Binary 10001000 1100100 1011101 0 11010 100000 101111 1010 10011 101101

Color Harmonies of #88645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88645D

Black with #88645D

Text Example


Text Example

White with #88645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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