Html Css Color HEX #86615B Pharlap

📋 copy color: '#86615B'

red 134 ◦ green 97 ◦ blue 91

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

Shades of Pharlap #86615B

Tints of Pharlap #86615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 41.61%
G = 30.12%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86615B (or 0x86615B) is known color: Pharlap. HEX triplet: 86, 61 and 5B. RGB value is (134,97,91). Sum of RGB (Red+Green+Blue) = 134+97+91=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #86615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86615B is #799EA4. Grayscale: #6B6B6B. Windows color (decimal): -7970469 or 5988742. OLE color: 5988742.

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

Color convert

RGB 134 97 91 -
CMYK 0 0.28 0.32 0.47
HSL 8.37º 0.19% 0.44% -
HSV(B) 8.37º 0.32% 0.53% -
XYZ 15.99 14.37 11.83 -
YUV 107.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 134 97 91 0 0.28 0.32 0.47 8.37 0.19 0.44
Hex 86 61 5B 0 1C 20 2F 8 13 2C
Octal 206 141 133 0 34 40 57 10 23 54
Binary 10000110 1100001 1011011 0 11100 100000 101111 1000 10011 101100

Color Harmonies of #86615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86615B

Black with #86615B

Text Example


Text Example

White with #86615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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