Html Css Color HEX #86615E Pharlap

📋 copy color: '#86615E'

red 134 ◦ green 97 ◦ blue 94

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

Shades of Pharlap #86615E

Tints of Pharlap #86615E

RGB

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

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

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

R = 41.23%
G = 29.85%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#86615E (or 0x86615E) is known color: Pharlap. HEX triplet: 86, 61 and 5E. RGB value is (134,97,94). Sum of RGB (Red+Green+Blue) = 134+97+94=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #86615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86615E is #799EA1. Grayscale: #6B6B6B. Windows color (decimal): -7970466 or 6185350. OLE color: 6185350.

HSL color Cylindrical-coordinate representation of color #86615E: hue angle of 4.5º 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 #86615E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 94 -
CMYK 0 0.28 0.30 0.47
HSL 4.5º 0.18% 0.45% -
HSV(B) 4.5º 0.3% 0.53% -
XYZ 16.13 14.43 12.52 -
YUV 107.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 134 97 94 0 0.28 0.30 0.47 4.5 0.18 0.45
Hex 86 61 5E 0 1C 1E 2F 4 12 2D
Octal 206 141 136 0 34 36 57 4 22 55
Binary 10000110 1100001 1011110 0 11100 11110 101111 100 10010 101101

Color Harmonies of #86615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86615E

Black with #86615E

Text Example


Text Example

White with #86615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,97,94); }

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

background-color css

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

 a { background-color: rgb(134,97,94); }

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

border-color css

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

 span { border-color: rgb(134,97,94); }

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