#86605A

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

Shades of Pharlap #86605A

Tints of Pharlap #86605A

Color information

#86605A (or 0x86605A) is unknown color: approx Pharlap. HEX triplet: 86, 60 and 5A. RGB value is (134,96,90). Sum of RGB (Red+Green+Blue) = 134+96+90=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #86605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86605A is #799FA5. Grayscale: #6A6A6A. Windows color (decimal): -7970726 or 5922950. OLE color: 5922950.

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

Color convert

RGB1349690-
CMYK00.280.330.47
HSL8.18º19.64%43.92%-
HSV(B)8.18º32.84%52.55%-
XYZ15.8614.1711.57-
YUV106.68118.59147.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=41.88%
G=30%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134969000.280.330.478.1819.6443.92
Hex86605A01C212F8142c
Octal2061401320344157102454
Binary1000011011000001011010011100100001101111100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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