#846861

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

Shades of Pharlap #846861

Tints of Pharlap #846861

Color information

#846861 (or 0x846861) is unknown color: approx Pharlap. HEX triplet: 84, 68 and 61. RGB value is (132,104,97). Sum of RGB (Red+Green+Blue) = 132+104+97=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #846861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846861 is #7B979E. Grayscale: #6F6F6F. Windows color (decimal): -8099743 or 6383748. OLE color: 6383748.

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

Color convert

RGB13210497-
CMYK00.210.270.48
HSL12º15.28%44.9%-
HSV(B)12º26.52%51.76%-
XYZ16.6215.6713.46-
YUV111.57119.78142.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=39.64%
G=31.23%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321049700.210.270.481215.2844.9
Hex8468610151B30cf2d
Octal2041501410253360141755
Binary10000100110100011000010101011101111000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846861; }

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

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

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

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

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

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

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

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