#86615A

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

Shades of Pharlap #86615A

Tints of Pharlap #86615A

Color information

#86615A (or 0x86615A) is unknown color: approx Pharlap. HEX triplet: 86, 61 and 5A. RGB value is (134,97,90). Sum of RGB (Red+Green+Blue) = 134+97+90=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #86615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86615A is #799EA5. Grayscale: #6B6B6B. Windows color (decimal): -7970470 or 5923206. OLE color: 5923206.

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

Color convert

RGB1349790-
CMYK00.280.330.47
HSL9.55º19.64%43.92%-
HSV(B)9.55º32.84%52.55%-
XYZ15.9514.3611.6-
YUV107.26118.26147.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=41.74%
G=30.22%
B=28.04%

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
Decimal134979000.280.330.479.5519.6443.92
Hex86615A01C212Fa142c
Octal2061411320344157122454
Binary1000011011000011011010011100100001101111101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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