#846360

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

Shades of Pharlap #846360

Tints of Pharlap #846360

Color information

#846360 (or 0x846360) is unknown color: approx Pharlap. HEX triplet: 84, 63 and 60. RGB value is (132,99,96). Sum of RGB (Red+Green+Blue) = 132+99+96=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #846360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846360 is #7B9C9F. Grayscale: #6C6C6C. Windows color (decimal): -8101024 or 6316932. OLE color: 6316932.

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

Color convert

RGB1329996-
CMYK00.250.270.48
HSL15.79%44.71%-
HSV(B)27.27%51.76%-
XYZ16.0914.6713.05-
YUV108.52120.93144.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=40.37%
G=30.28%
B=29.36%

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
Decimal132999600.250.270.48515.7944.71
Hex8463600191B305102d
Octal204143140031336052055
Binary10000100110001111000000110011101111000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846360; }

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

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

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

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

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

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

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

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