#846361

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

Shades of Pharlap #846361

Tints of Pharlap #846361

Color information

#846361 (or 0x846361) is unknown color: approx Pharlap. HEX triplet: 84, 63 and 61. RGB value is (132,99,97). Sum of RGB (Red+Green+Blue) = 132+99+97=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #846361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846361 is #7B9C9E. Grayscale: #6C6C6C. Windows color (decimal): -8101023 or 6382468. OLE color: 6382468.

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

Color convert

RGB1329997-
CMYK00.250.270.48
HSL3.43º15.28%44.9%-
HSV(B)3.43º26.52%51.76%-
XYZ16.1414.6913.29-
YUV108.64121.43144.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=40.24%
G=30.18%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132999700.250.270.483.4315.2844.9
Hex8463610191B303f2d
Octal204143141031336031755
Binary100001001100011110000101100111011110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846361; }

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

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

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

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

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

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

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

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