Html Css Color HEX #86625C Pharlap

📋 copy color: '#86625C'

red 134 ◦ green 98 ◦ blue 92

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

Shades of Pharlap #86625C

Tints of Pharlap #86625C

RGB

 RED value IS 134 (52.73% from 255) = 41.36%

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 41.36%
G = 30.25%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86625C (or 0x86625C) is known color: Pharlap. HEX triplet: 86, 62 and 5C. RGB value is (134,98,92). Sum of RGB (Red+Green+Blue) = 134+98+92=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86625C is #799DA3. Grayscale: #6C6C6C. Windows color (decimal): -7970212 or 6054534. OLE color: 6054534.

HSL color Cylindrical-coordinate representation of color #86625C: hue angle of 8.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86625C is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 98 92 -
CMYK 0 0.27 0.31 0.47
HSL 8.57º 0.19% 0.44% -
HSV(B) 8.57º 0.31% 0.53% -
XYZ 16.13 14.58 12.09 -
YUV 108.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 134 98 92 0 0.27 0.31 0.47 8.57 0.19 0.44
Hex 86 62 5C 0 1B 1F 2F 9 13 2C
Octal 206 142 134 0 33 37 57 11 23 54
Binary 10000110 1100010 1011100 0 11011 11111 101111 1001 10011 101100

Color Harmonies of #86625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86625C

Black with #86625C

Text Example


Text Example

White with #86625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86625C; }

 p { color: rgb(134,98,92); }

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

background-color css

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

 a { background-color: rgb(134,98,92); }

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

border-color css

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

 span { border-color: rgb(134,98,92); }

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