Html Css Color HEX #88655E Pharlap

📋 copy color: '#88655E'

red 136 ◦ green 101 ◦ blue 94

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

Shades of Pharlap #88655E

Tints of Pharlap #88655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 41.09%
G = 30.51%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88655E (or 0x88655E) is known color: Pharlap. HEX triplet: 88, 65 and 5E. RGB value is (136,101,94). Sum of RGB (Red+Green+Blue) = 136+101+94=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88655E is #779AA1. Grayscale: #6E6E6E. Windows color (decimal): -7838370 or 6186376. OLE color: 6186376.

HSL color Cylindrical-coordinate representation of color #88655E: hue angle of 10º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88655E is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 101 94 -
CMYK 0 0.26 0.31 0.47
HSL 10º 0.18% 0.45% -
HSV(B) 10º 0.31% 0.53% -
XYZ 16.83 15.35 12.67 -
YUV 110.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 136 101 94 0 0.26 0.31 0.47 10 0.18 0.45
Hex 88 65 5E 0 1A 1F 2F A 12 2D
Octal 210 145 136 0 32 37 57 12 22 55
Binary 10001000 1100101 1011110 0 11010 11111 101111 1010 10010 101101

Color Harmonies of #88655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88655E

Black with #88655E

Text Example


Text Example

White with #88655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88655E; }

 p { color: rgb(136,101,94); }

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

background-color css

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

 a { background-color: rgb(136,101,94); }

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

border-color css

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

 span { border-color: rgb(136,101,94); }

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