#846B64

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

Shades of Pharlap #846B64

Tints of Pharlap #846B64

Color information

#846B64 (or 0x846B64) is unknown color: approx Pharlap. HEX triplet: 84, 6B and 64. RGB value is (132,107,100). Sum of RGB (Red+Green+Blue) = 132+107+100=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #846B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B64 is #7B949B. Grayscale: #717171. Windows color (decimal): -8098972 or 6581124. OLE color: 6581124.

HSL color Cylindrical-coordinate representation of color #846B64: hue angle of 13.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #846B64 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB132107100-
CMYK00.190.240.48
HSL13.12º13.79%45.49%-
HSV(B)13.12º24.24%51.76%-
XYZ17.0716.3414.31-
YUV113.68120.28141.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=38.94%
G=31.56%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210710000.190.240.4813.1213.7945.49
Hex846B640131830de2d
Octal2041531440233060151655
Binary10000100110101111001000100111100011000011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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