#86615B

Color #86615B Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #86615B

Tints of Pharlap #86615B

Color information

#86615B (or 0x86615B) is unknown color: approx 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

RGB1349791-
CMYK00.280.320.47
HSL8.37º19.11%44.12%-
HSV(B)8.37º32.09%52.55%-
XYZ15.9914.3711.83-
YUV107.38118.76146.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134979100.280.320.478.3719.1144.12
Hex86615B01C202F8132c
Octal2061411330344057102354
Binary1000011011000011011011011100100000101111100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>