#86605C

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

Shades of Pharlap #86605C

Tints of Pharlap #86605C

Color information

#86605C (or 0x86605C) is unknown color: approx Pharlap. HEX triplet: 86, 60 and 5C. RGB value is (134,96,92). Sum of RGB (Red+Green+Blue) = 134+96+92=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #86605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86605C is #799FA3. Grayscale: #6A6A6A. Windows color (decimal): -7970724 or 6054022. OLE color: 6054022.

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

Color convert

RGB1349692-
CMYK00.280.310.47
HSL5.71º18.58%44.31%-
HSV(B)5.71º31.34%52.55%-
XYZ15.9514.2112.03-
YUV106.91119.59147.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=41.61%
G=29.81%
B=28.57%

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
Decimal134969200.280.310.475.7118.5844.31
Hex86605C01C1F2F6132c
Octal206140134034375762354
Binary10000110110000010111000111001111110111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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