#86655E

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

Shades of Pharlap #86655E

Tints of Pharlap #86655E

Color information

#86655E (or 0x86655E) is unknown color: approx Pharlap. HEX triplet: 86, 65 and 5E. RGB value is (134,101,94). Sum of RGB (Red+Green+Blue) = 134+101+94=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86655E is #799AA1. Grayscale: #6E6E6E. Windows color (decimal): -7969442 or 6186374. OLE color: 6186374.

HSL color Cylindrical-coordinate representation of color #86655E: hue angle of 10.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86655E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13410194-
CMYK00.250.300.47
HSL10.5º17.54%44.71%-
HSV(B)10.5º29.85%52.55%-
XYZ16.5115.1812.65-
YUV110.07118.93145.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=40.73%
G=30.70%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341019400.250.300.4710.517.5444.71
Hex86655E0191E2Fa122d
Octal2061451360313657122255
Binary100001101100101101111001100111110101111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86655E; }

 p { color: rgb(134,101,94); }

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

<style>
 a { background-color: #86655E; }

 a { background-color: rgb(134,101,94); }

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

<style>
 span { border-color: #86655E; }

 span { border-color: rgb(134,101,94); }

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