#85645F

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

Shades of Pharlap #85645F

Tints of Pharlap #85645F

Color information

#85645F (or 0x85645F) is unknown color: approx Pharlap. HEX triplet: 85, 64 and 5F. RGB value is (133,100,95). Sum of RGB (Red+Green+Blue) = 133+100+95=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85645F is #7A9BA0. Grayscale: #6D6D6D. Windows color (decimal): -8035233 or 6251653. OLE color: 6251653.

HSL color Cylindrical-coordinate representation of color #85645F: hue angle of 7.89º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85645F is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13310095-
CMYK00.250.290.48
HSL7.89º16.67%44.71%-
HSV(B)7.89º28.57%52.16%-
XYZ16.314.9312.85-
YUV109.3119.93144.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=40.55%
G=30.49%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331009500.250.290.487.8916.6744.71
Hex85645F0191D308112d
Octal2051441370313560102155
Binary100001011100100101111101100111101110000100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85645F; }

 p { color: rgb(133,100,95); }

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

<style>
 a { background-color: #85645F; }

 a { background-color: rgb(133,100,95); }

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

<style>
 span { border-color: #85645F; }

 span { border-color: rgb(133,100,95); }

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