#846461

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

Shades of Pharlap #846461

Tints of Pharlap #846461

Color information

#846461 (or 0x846461) is unknown color: approx Pharlap. HEX triplet: 84, 64 and 61. RGB value is (132,100,97). Sum of RGB (Red+Green+Blue) = 132+100+97=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846461 is #7B9B9E. Grayscale: #6D6D6D. Windows color (decimal): -8100767 or 6382724. OLE color: 6382724.

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

Color convert

RGB13210097-
CMYK00.240.270.48
HSL5.14º15.28%44.9%-
HSV(B)5.14º26.52%51.76%-
XYZ16.2314.8813.33-
YUV109.23121.1144.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=40.12%
G=30.40%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321009700.240.270.485.1415.2844.9
Hex8464610181B305f2d
Octal204144141030336051755
Binary1000010011001001100001011000110111100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846461; }

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

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

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

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

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

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

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

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