#846765

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

Shades of Pharlap #846765

Tints of Pharlap #846765

Color information

#846765 (or 0x846765) is unknown color: approx Pharlap. HEX triplet: 84, 67 and 65. RGB value is (132,103,101). Sum of RGB (Red+Green+Blue) = 132+103+101=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #846765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846765 is #7B989A. Grayscale: #6F6F6F. Windows color (decimal): -8099995 or 6645636. OLE color: 6645636.

HSL color Cylindrical-coordinate representation of color #846765: hue angle of 3.87º 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 #846765 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB132103101-
CMYK00.220.230.48
HSL3.87º13.3%45.69%-
HSV(B)3.87º23.48%51.76%-
XYZ16.7115.5514.43-
YUV111.44122.11142.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=39.29%
G=30.65%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210310100.220.230.483.8713.345.69
Hex84676501617304d2e
Octal204147145026276041556
Binary1000010011001111100101010110101111100001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846765; }

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

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

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

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

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

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

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

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