#846C65

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

Shades of Pharlap #846C65

Tints of Pharlap #846C65

Color information

#846C65 (or 0x846C65) is unknown color: approx Pharlap. HEX triplet: 84, 6C and 65. RGB value is (132,108,101). Sum of RGB (Red+Green+Blue) = 132+108+101=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #846C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C65 is #7B939A. Grayscale: #727272. Windows color (decimal): -8098715 or 6646916. OLE color: 6646916.

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

Color convert

RGB132108101-
CMYK00.180.230.48
HSL13.55º13.3%45.69%-
HSV(B)13.55º23.48%51.76%-
XYZ17.2316.5714.6-
YUV114.38120.45140.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=38.71%
G=31.67%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210810100.180.230.4813.5513.345.69
Hex846C650121730ed2e
Octal2041541450222760161556
Binary10000100110110011001010100101011111000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846C65; }

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

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

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

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

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

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

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

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