#846865

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

Shades of Pharlap #846865

Tints of Pharlap #846865

Color information

#846865 (or 0x846865) is unknown color: approx Pharlap. HEX triplet: 84, 68 and 65. RGB value is (132,104,101). Sum of RGB (Red+Green+Blue) = 132+104+101=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #846865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846865 is #7B979A. Grayscale: #707070. Windows color (decimal): -8099739 or 6645892. OLE color: 6645892.

HSL color Cylindrical-coordinate representation of color #846865: hue angle of 5.81º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #846865 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB132104101-
CMYK00.210.230.48
HSL5.81º13.3%45.69%-
HSV(B)5.81º23.48%51.76%-
XYZ16.8115.7514.46-
YUV112.03121.78142.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=39.17%
G=30.86%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210410100.210.230.485.8113.345.69
Hex84686501517306d2e
Octal204150145025276061556
Binary1000010011010001100101010101101111100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846865; }

 p { color: rgb(132,104,101); }

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

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

 a { background-color: rgb(132,104,101); }

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

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

 span { border-color: rgb(132,104,101); }

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