#846B65

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

Shades of Pharlap #846B65

Tints of Pharlap #846B65

Color information

#846B65 (or 0x846B65) is unknown color: approx Pharlap. HEX triplet: 84, 6B and 65. RGB value is (132,107,101). Sum of RGB (Red+Green+Blue) = 132+107+101=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #846B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B65 is #7B949A. Grayscale: #717171. Windows color (decimal): -8098971 or 6646660. OLE color: 6646660.

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

Color convert

RGB132107101-
CMYK00.190.230.48
HSL11.61º13.3%45.69%-
HSV(B)11.61º23.48%51.76%-
XYZ17.1216.3614.57-
YUV113.79120.78140.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=38.82%
G=31.47%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210710100.190.230.4811.6113.345.69
Hex846B650131730cd2e
Octal2041531450232760141556
Binary10000100110101111001010100111011111000011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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