#86615C

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

Shades of Pharlap #86615C

Tints of Pharlap #86615C

Color information

#86615C (or 0x86615C) is unknown color: approx Pharlap. HEX triplet: 86, 61 and 5C. RGB value is (134,97,92). Sum of RGB (Red+Green+Blue) = 134+97+92=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #86615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86615C is #799EA3. Grayscale: #6B6B6B. Windows color (decimal): -7970468 or 6054278. OLE color: 6054278.

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

Color convert

RGB1349792-
CMYK00.280.310.47
HSL7.14º18.58%44.31%-
HSV(B)7.14º31.34%52.55%-
XYZ16.0414.3912.06-
YUV107.49119.26146.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=41.49%
G=30.03%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134979200.280.310.477.1418.5844.31
Hex86615C01C1F2F7132c
Octal206141134034375772354
Binary10000110110000110111000111001111110111111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86615C;
 }
 .AnyTagClassName
 {
   color: #86615C;
 }
</style>
background-color css

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

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

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

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

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

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